Angular 8
6 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.
-
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?
-
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.
-
How to show/hide a div tag or child tag component in Angular
How to show/hide a div tag or child tag component in Angular 8, I try used ng-show and ng-if but it does not work for me.
-
Error TS2554: Expected 2 arguments, but got 1 using @ViewChild
Error TS2554: Expected 2 arguments, but got 1 using @ViewChild help call method of child component from parent component in Angular 8.0