You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Hello,
when I open angular project with
The text was updated successfully, but these errors were encountered: