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
I ran npm install mdi, have everything there. However, I don't see a way to import in the app.module.ts, and your instructions say to..
Inject ngMdIcons to your angularjs application:
angular.module('demoapp', ['ngMdIcons']);
...but it doesn't say where, and attempting to add it with @Inject within the component's ts constructor fails with your settings-- my app doesn't recognize "angular" in angular.module from your instructions. Are there any directions for inclusion in an Angular 4 project? Thanks.
The text was updated successfully, but these errors were encountered:
I ran npm install mdi, have everything there. However, I don't see a way to import in the app.module.ts, and your instructions say to..
...but it doesn't say where, and attempting to add it with @Inject within the component's ts constructor fails with your settings-- my app doesn't recognize "angular" in angular.module from your instructions. Are there any directions for inclusion in an Angular 4 project? Thanks.
The text was updated successfully, but these errors were encountered: