Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

change back to angular 4 template #1201

Closed
adirzoari opened this issue Aug 16, 2017 · 1 comment
Closed

change back to angular 4 template #1201

adirzoari opened this issue Aug 16, 2017 · 1 comment

Comments

@adirzoari
Copy link

Hello,
when I open angular project with

yo aspnetcore-spa
and then I choose angular I get a new angular template.
I mean i never see app.module.server.ts , app.module.shared.ts, boot-client.ts
How can i downgrade it to old version template?

@SteveSandersonMS
Copy link
Member

If you want an older version of the Yeoman templates, you could use npm install -g generator-aspnetcore-spa@version where version is whatever version you want.

However I recommend using the latest templates only. The latest Angular template is built into the .NET Core 2.0 SDK, and you can generate projects on the command line using dotnet new angular without installing any extra packages.

The older Yeoman templates are deprecated now and won't be maintained further.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants