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
It works well, but my project base on Angular2 and TypeScript.
Once I compile my project, tsc(typscript compiler) show me the error, which say 'cannot find module ...'
Do you have any plan for typings?
The text was updated successfully, but these errors were encountered:
No plans to port it to typescript but I can suggest you to use the files under the /dist/ folder directly if you want so that you don't have use any extra JS dependencies. You could use the sass, less... files depending on what you are using?
I have used google-material-color on my project.
It works well, but my project base on Angular2 and TypeScript.
Once I compile my project, tsc(typscript compiler) show me the error, which say 'cannot find module ...'
Do you have any plan for typings?
The text was updated successfully, but these errors were encountered: