58 lines
2.1 KiB
Markdown
58 lines
2.1 KiB
Markdown
# Angular awesome list
|
|
|
|
<!-- TOC -->
|
|
|
|
- [Concepts](#concepts)
|
|
- [Templates and rendering](#templates-and-rendering)
|
|
- [Forms](#forms)
|
|
- [Auth](#auth)
|
|
- [Networking](#networking)
|
|
- [Frameworks](#frameworks)
|
|
- [Errors](#errors)
|
|
- [Testing](#testing)
|
|
|
|
<!-- /TOC -->
|
|
|
|
## Concepts
|
|
|
|
- [Angular Service — Component communication](https://medium.com/@enriqueoriol/angular-service-component-communication-4933782af52c)
|
|
|
|
### Templates and rendering
|
|
|
|
- [ngIf](https://angular.io/api/common/NgIf)
|
|
- [ngx-markdown](https://openbase.com/js/ngx-markdown)
|
|
|
|
### 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/)
|
|
|
|
### Networking
|
|
|
|
- [Angular HTTP GET request with parameters example](https://www.angularjswiki.com/httpclient/get-params/#creating-params-using-httpparams-fromobject)
|
|
|
|
## 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)
|
|
|
|
## 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)
|
|
|
|
- [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)
|