by Yogesh | Dec 21, 2018 | Angula 7 tutorial, Angular 4 Tutorial
@Input and @Output in Angular with the example @Input Example @Input and @output are used to make communication between components in angular, @input is used whenever we want to transfer data from parent component to child component and @ output is used when we want...
by Yogesh | Feb 20, 2018 | Angular 4 Tutorial
Custom Validators in Angular 5 Validators in angular 5, can we apply using two approaches first one is through HTML5 predefined validations (like required, pattern etc. ) the second one is by using angular form-control class or model-driven approach but angular 5...