Configurable Angular Dashboard Prototype
Technology is nothing. What's important is that you have a faith in people, that they're basically good and smart, and if you give them tools, they'll do wonderful things with them.
--Steve Jobs
This project aims to solve next problems:
First Batch
const appRoutes: Routes = [
{
path: 'heroes',
component: DashComponent,
data: { config: 'Heroes List' }
}
]
Second Batch
Third Batch
Forth Batch
npm install
ng serve
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details