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
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information.
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
Uh oh!
There was an error while loading. Please reload this page.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Node v8.12.0
npm 6.4.1
Angular CLI: 7.0.2
Node: 8.12.0
OS: win32 x64
Angular: 7.0.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.10.2
@angular-devkit/build-angular 0.10.2
@angular-devkit/build-optimizer 0.10.2
@angular-devkit/build-webpack 0.10.2
@angular-devkit/core 7.0.2
@angular-devkit/schematics 7.0.2
@angular-devkit/schematics-cli 0.10.2
@angular/cli 7.0.2
@ngtools/webpack 7.0.2
@schematics/angular 7.0.2
@schematics/schematics 0.10.2
Repro steps
collections.json of @my-project/my-component
execute: ng add @my-project/my-component
The log given by the failure
Schematic "my-component-install" not found in collection "@my-project/my-component".
Desired functionality
See discussion on angular/devkit#34 .According to that discussion the extends should work. It did in Angular6!
Mention any other details that might be useful
Worked fine with Angular6.
The text was updated successfully, but these errors were encountered: