https://github.com/wesleyegberto/angular-projects
Repository for Angular projects
https://github.com/wesleyegberto/angular-projects
angular angularjs
Last synced: about 2 months ago
JSON representation
Repository for Angular projects
- Host: GitHub
- URL: https://github.com/wesleyegberto/angular-projects
- Owner: wesleyegberto
- License: mit
- Created: 2016-07-25T01:36:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T17:08:10.000Z (about 3 years ago)
- Last Synced: 2023-08-05T19:40:50.795Z (almost 3 years ago)
- Topics: angular, angularjs
- Language: TypeScript
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Projects
Repository for Angular projects.
Projects:
* [contactlist](./contactlist/): AngularJS project showing simple .
* [angular2-forms](./angular2-forms/): Angular 2+ project showing Angular form features.
* [form-validation](./form-validation/): Angular 6+ project showing ways to validate a form.
* [angular-features](./angular-features/): project to show Angular features.
* [angular-dependency-injection](./angular-dependency-injection/]): Angular project showing the dependency injection system.
* [angular-onpush-reactive-forms](./angular-onpush-reactive-forms/): Angular 14 project showing how to use change detection OnPush with reactive form.
* [angular-components-testing](./angular-components-testing/): Angular project showing how to test a component.
* [angular-testing](./angular-testing/): Angular project to following my Angular testing tutorial.
* [testing](./testing/): Angular official project to demonstrate testing.
[Other projects](https://github.com/wesleyegberto/courses-projects/tree/master/frontend/angular) from courses about AngularJS, Angular, testing and best practices.