Best Practices for Writing Angular Apps If you are using ngOnInit() method, you should implement onInit interface as well. It is by-default but for best practice we should add it. Same as if you are using ngOnChanges() method, also implement onChanges interface as well. All public method should be first and private method should be […]

Read More →