Angular Interview Questions Part 5 March 18, 2021 Add Comment 1. What are three different types of directives and explain them with example? Three different types of directives in angular are : ... Read More
Angular Interview Questions part 4 March 18, 2021 Add Comment 1. What is Angular Routing? Angular Routing is the mechanism to navigate through different views. To do this in angular we have a ro... Read More
Angular interview Questions part 3 March 10, 2021 Add Comment 1. What is camel case and pascal case? Pascal case has uppercase for the first letter of every word in the identifier. Example of Pasc... Read More
Angular Interview Questions part 2 March 10, 2021 Add Comment 1. Differentiate between dependencies and dev dependencies. The major difference between these two is the dev dependencies are required ... Read More
Understanding Angular CLI (Angular interview questions part 1) March 04, 2021 Add Comment 1. What is Angular CLI? Angular CLI is a command line interface used to develop, build and deploy angular application using command shel... Read More
Understanding Angular February 25, 2021 Add Comment Components Angular applications are build with components. Components are the basic building blocks in an Angular applications. Compone... Read More
Introduction To Angular January 05, 2021 Add Comment 1. What is Angular? Angular is a platform and framework which can be efficiently used to make client applications just using HTML and Type... Read More