Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3bf4102

Browse files
Update ASP.NET Core.md
1 parent 02c4c62 commit 3bf4102

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/tutorials/ASP.NET Core.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ Again, make sure that Task Runner Explorer sees the new `lib` task after you sav
342342

343343
First, change the code in `app.ts` to:
344344

345-
{% raw %}
346-
347345
```ts
348346
import {Component} from "angular2/core"
349347
import {MyModel} from "./model"
@@ -360,8 +358,6 @@ export class MyApp {
360358
}
361359
```
362360

363-
{% endraw %}
364-
365361
Then add another TypeScript file in `scripts` named `model.ts`:
366362

367363
```ts

0 commit comments

Comments
 (0)