Angular
39 results found
Router in Angular 8 return 404 when deploy to IIS Server
The router in Angular 8 return always returns 404 when deploying to IIS Server but run in local it still working fine.
ANGULAR: ModuleBuildError: Module build failed.
Angular 7: ERROR in ./src/scss/style.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js)
CKEditor : How to change Https to default option of Link plugin
CKEditor: How to change 'Https' protocol to the default option of Link plugin in CKEditor 4 Angular 7? Default its select 'Http' Now I want to change 'Https'.
Can't bind to 'formGroup' since it isn't a known property of 'form' in Angular.
Error: Can't bind to 'formGroup' since it isn't a known property of 'form' in Angular when working with AntDesign form.
How to change the language of the control in Ant Design in Angular 8
How to change the language of the control in Ant Design to Vietnamese in Angular 8? Default it display Chinese
Can't bind to 'ngTemplateOutletContext' since it isn't a known property of 'ng-container'.
Can't bind to 'ngTemplateOutletContext' since it isn't a known property of 'ng-container'.
ERROR: No 'Access-Control-Allow-Origin' header is present on the requested resource.
from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Data path .builders['app-shell'] should have required property 'class'.
Error: Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'.
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. In angular 7. Install node js version 15.2.1
Error: Cannot find module 'node-sass' In Angular 7
Error: Cannot find module 'node-sass' In Angular 7 when I run my application with command ng serve -o
Call method of parent component in child component Angular 8
How can I call the method of parent component in child component in Angular 8 or another version?
Call method of child component in parent component Angular 8
How do you can call a child component method from a parent component in angular 8 or another version?
[Angular] ng.ps1 cannot be loaded because running scripts is disabled on this system
ng.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
Uncaught Error: Angular JIT compilation failed: '@angular/compiler' not loaded!
Uncaught Error: Angular JIT compilation failed: '@angular/compiler' not loaded! this error occurs only on some pages in Angular 9
How to increment date by one day in type script angular 6+
How to increment date by one day in TypeScript angular 6+. I try using code javascript to increase one day but it not worked for me.