-
Notifications
You must be signed in to change notification settings - Fork 12k
Compile problem with @angular-devkit/build-angular 0.800.4 #14883
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
Comments
abadakhshan
added a commit
to NarikMe/narik-devextreme-starter
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-devextreme-demo
that referenced
this issue
Jun 25, 2019
Duplicate of #14876 |
abadakhshan
added a commit
to NarikMe/narik-material-demo
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-primeng-demo
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-ng-bootstrap-demo
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-nebular-demo
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-material-starter
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-material-demo-coreui-admin-template
that referenced
this issue
Jun 25, 2019
abadakhshan
added a commit
to NarikMe/narik-material-demo-architectui-admin-template
that referenced
this issue
Jun 25, 2019
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐞 Bug report
Description
I have a problem with @angular-devkit/build-angular 0.800.4 while I did not it with previous version of @angular-devkit/build-angular
When I want to compile my project with ng serve I got this error
and this is related to this line of code:
DIALOG_REF is an injectionToken and DialogRef is a interface in external angular package.
I get this error only when I use DialogRef in constructor. If I use it as an usual declaration like
dialog: DialogRef i get no error.
You can see error on this repo: https://github.com/NarikMe/narik-material-demo
if you change @angular-devkit/build-angular version to "0.800.4"
The text was updated successfully, but these errors were encountered: