awesome-lists/angular.md

38 lines
970 B
Markdown
Raw Normal View History

2022-12-03 19:46:59 +01:00
# Angular awesome list
<!-- TOC -->
- [Concepts](#concepts)
- [Template](#template)
- [Forms](#forms)
- [Auth](#auth)
- [Frameworks](#frameworks)
- [Errors](#errors)
<!-- /TOC -->
## Concepts
- [Angular Service — Component communication](https://medium.com/@enriqueoriol/angular-service-component-communication-4933782af52c)
### Template
- [ngIf](https://angular.io/api/common/NgIf)
### Forms
- [FormControl usage notes](https://angular.io/api/forms/FormControl#usage-notes)
- [Radio Buttons in Angular](https://www.delftstack.com/howto/angular/angular-radio-buttons/)
### Auth
- [Angular Authentication with OpenID Connect (OIDC)](https://dev-academy.com/angular-authentication-with-openid-connect/)
## Frameworks
- [eUI](https://eui.ecdevops.eu/)
## Errors
- [Reason: Credential is not supported if the CORS header 'Access-Control-Allow-Origin' is '*'](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials)