2022-12-03 19:46:59 +01:00
# Angular awesome list
<!-- TOC -->
- [Concepts ](#concepts )
2022-12-03 20:08:13 +01:00
- [Templates and rendering ](#templates-and-rendering )
2022-12-03 19:46:59 +01:00
- [Forms ](#forms )
- [Auth ](#auth )
2022-12-03 20:08:13 +01:00
- [Networking ](#networking )
2022-12-03 19:46:59 +01:00
- [Frameworks ](#frameworks )
- [Errors ](#errors )
2022-12-03 19:53:43 +01:00
- [Testing ](#testing )
2022-12-03 19:46:59 +01:00
<!-- /TOC -->
## Concepts
- [Angular Service — Component communication ](https://medium.com/@enriqueoriol/angular-service-component-communication-4933782af52c )
2022-12-03 20:08:13 +01:00
### Templates and rendering
2022-12-03 19:46:59 +01:00
- [ngIf ](https://angular.io/api/common/NgIf )
2022-12-03 20:08:13 +01:00
- [ngx-markdown ](https://openbase.com/js/ngx-markdown )
2022-12-03 19:46:59 +01:00
### 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/ )
2022-12-03 20:08:13 +01:00
### Networking
- [Angular HTTP GET request with parameters example ](https://www.angularjswiki.com/httpclient/get-params/#creating-params-using-httpparams-fromobject )
2022-12-03 19:46:59 +01:00
## 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 )
2022-12-03 19:53:43 +01:00
## Testing
- SO [Angular - unit test for a subscribe function in a component ](https://stackoverflow.com/q/45839955/515948 )
- SO [Angular Unit Test - Mocked Service is not being used ](https://stackoverflow.com/q/54984241/515948 )
- SO [Testing error case with observables in services ](https://stackoverflow.com/q/39960146/515948 )
- SO [Angular 13 TestBed doesn't inject interceptor ](https://stackoverflow.com/q/71251261/515948 )
2022-12-03 20:08:13 +01:00
- [Component with async service ](https://angular.io/guide/testing-components-scenarios#component-with-async-service )
- [Basics of testing components ](https://angular.io/guide/testing-components-basics )
- [beforeEach() ](https://angular.io/guide/testing-components-basics#beforeeach )
- [Jasmine Spy Matchers: toHaveBeenCalled(), toHaveBeenCalledWith(), toHaveBeenCalledTimes() ](https://scriptverse.academy/tutorials/jasmine-spy-matchers.html )