39 results found
The router in Angular 8 return always returns 404 when deploying to IIS Server but run in local it still working fine.
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' protocol to the default option of Link plugin in CKEditor 4 Angular 7? Default its select 'Http' Now I want to change 'Https'.
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 to Vietnamese in Angular 8? Default it display Chinese
Can't bind to 'ngTemplateOutletContext' since it isn't a known property of 'ng-container'.
from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
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. In angular 7. Install node js version 15.2.1
Error: Cannot find module 'node-sass' In Angular 7 when I run my application with command ng serve -o
How can I call the method of parent component in child component in Angular 8 or another version?
How do you can call a child component method from a parent component in angular 8 or another version?
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! this error occurs only on some pages in Angular 9
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.