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
When I run tsc --noUnusedLocals I get these two errors:
../node_modules/angular2-material-datepicker/src/datepicker.component.ts(3,43): error TS6133: 'state' is declared but never used.
../node_modules/angular2-material-datepicker/src/datepicker.component.ts(312,23): error TS6138: Property 'renderer' is declared but never used.
Hello,
When I run
tsc --noUnusedLocals
I get these two errors:Importing like so:
The text was updated successfully, but these errors were encountered: