Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
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

Description

@adirzoari

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?

Activity

SteveSandersonMS

SteveSandersonMS commented on Aug 21, 2017

@SteveSandersonMS
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 join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SteveSandersonMS@adirzoari

        Issue actions

          change back to angular 4 template · Issue #1201 · aspnet/JavaScriptServices