Skip to main content
Main navigation
Home
Video courses
1
Books
Code
Errors solved
About me
Newsletter
Angular
Breadcrumb
Home
Tags
Angular
npm WARN npm npm does not support Node.js v14.15.4
Angular
How to fix Angular: No value accessor for form control with unspecified name attribute
Angular
Ionic
How to fix Uncaught (in promise): Error: Angular JIT compilation failed: '@angular/compiler' not loaded!
Angular
How to fix TS2588: Cannot assign to x because it is a constant.
TypeScript
Angular
How to add translation with parameters in Angular template
When using angular core's translation mechanism, the translate pipe is our friend in the template. But what if we have dynamic parameters?
Angular
core.js:5980 ERROR Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.
Angular
How to get the index in an *ngFor loop in Angular template
I had this problem looping over an array possibly larger than 10 items. But I only had to show 10. This snippet solves this problem.
Angular
How to fix core.js:9847 NG0303: Can't bind to 'ngForIn' since it isn't a known property of 'x'.
Angular
Get ion-toggle value in Ionic5 and Angular 12
There are use cases on when not to use ReactiveForms. In this case, I have some ion-toggles with versions of a book. I just want to use the value of the toggle in my function and whether is set to false or true.
Angular
Ionic
Fixing the reactive forms NG0100: ExpressionChangedAfterItHasBeenCheckedError or zone.js Angular error with ng-recaptcha or angular-recaptcha3
I was stuck quite long with errors while implementing a ReCaptcha with Angular. I finally was able to fix this annoying console error.
Angular
Pagination
Page 1
Next page
››
Subscribe to Angular