Skip to content

Commit 457fa85

Browse files
committed
Correct typo error. Added export keyword with MyApp module class definition. PR561
1 parent 7af6cae commit 457fa85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/handbook/tutorials/ASP.NET Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ import {MyModel} from "./model"
314314
selector: `my-app`,
315315
template: `<div>Hello from {{getCompiler()}}</div>`
316316
})
317-
class MyApp {
317+
export class MyApp {
318318
model = new MyModel();
319319
getCompiler() {
320320
return this.model.compiler;

0 commit comments

Comments
 (0)