This project contains the basic structure and features of most of intranets/admin made in angular 7, with lint and karma jasmine tests. Use this project to study or start an new project based in there. 🗺
Angular | Karma | Jasmine |
---|---|---|
7.2 | 4.0 | 2.99.1 |
📋 Some features you will find in this project:
- authentication Service and authguard for routers.
- template layout for private and public pages.
- fakebackend provider
- login page
- user CRUD example with componenting example.
- All features coverage with tests. Karma Jasmine
- tslint enabled
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run test
to execute the unit tests via Karma.
See all the tests covered in this project. its a good example to study and understand how tests works in angular 7 project.
Run ng lint
to execute lint verification.
Help 🤖 me with this project, send me suggests or make a fork.