Posts by rickdroio • 111 points
2 posts
-
1
votes1
answer382
viewsA: How do I keep my Angular application running permanently?
If your question is related to the Angular2 application+... The correct way to let an Angular application run permanently is to build for production and put it on a web server. If you are going to…
-
0
votes2
answers723
viewsA: Implement function in child element
It is necessary to create an abstract function in the parent class for you to implement the code in the daughters. For example: @Component({ selector: 'ngx-cadastro', template: ` ... <button…