-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels