Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make angular-playground compatible with @angular/cli #4

Closed
beeman opened this issue Feb 2, 2017 · 3 comments
Closed

feat: Make angular-playground compatible with @angular/cli #4

beeman opened this issue Feb 2, 2017 · 3 comments
Assignees

Comments

@beeman
Copy link

beeman commented Feb 2, 2017

Just today Angular CLI changed the package name to @angular/cli instead of angular-cli.

It looks like angular-playground makes the assumption that the package angular-cli is installed.

let args = ['node_modules/angular-cli/bin/ng', 'serve', '--progress=false'];

As that package will be deprecated soon, and angular-playground just got released, it might make sense to standardize on using @angular/cli.

@jschwarty
Copy link
Contributor

Thanks for letting us know. I will update the code to support this scenario and publish an update here in a bit.

@jschwarty
Copy link
Contributor

Support has been added in version 1.1.6 which has been published and available to npm. See changelog for more info.

@jschwarty jschwarty self-assigned this Feb 2, 2017
@beeman
Copy link
Author

beeman commented Feb 2, 2017

@jschwarty thanks for the quick fix, will test it tonight!

lurock pushed a commit that referenced this issue Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants