https://github.com/sawyerbutton/angularhero
https://github.com/sawyerbutton/angularhero
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sawyerbutton/angularhero
- Owner: sawyerbutton
- Created: 2018-02-23T04:52:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T20:49:59.000Z (over 8 years ago)
- Last Synced: 2025-06-24T23:41:35.630Z (12 months ago)
- Language: TypeScript
- Size: 353 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Tour of Hero
which is my second try for Angular
##Angular is awesome
First push
##Adding angular material 2 into hero project for test
Adding Angular material2 and related dependency into project
##Error problem solving "Uncaught Error: Unexpected value 'MatTableDataSource' imported by the module 'AppModule'."
add MatTableModule from @angular/material to @NgModule
remove MatTableDataSource and MatTable from the import of @NgModule. Because in the MatTableModule they are already declared
##future work
Checking whether the MatTableDataSource and MatTable in MatTableModule