How to Design an HTML page in Angular Component ?, How to Use CSS in Angular Component ?, How to use bootstrap, CSS and material UI in angular ?,
The Video describes the use of margin , padding styling in the html page of an Angular Component. The use of tags like marquee for sliding the Text, color for color of the text.
It Also gives a basic idea of designing , navigation between Components, Creation of a new Component in Angular Project ?, How To Run an Angular Project using terminal ?, The Use of Angular Commands like "ng serve", "ng generate component Component_Name", "Ctrl + C" for stopping the server.
Timeline :
00:10 -- Code Explanation Till Now. i.e. Login and Routing
00:58 -- Code View for Styles Added in Angular Login Component.
02:24 -- Working of Login form and Navigating it to another Component.
03:17 -- Generating a New Component.
04:18 -- Adding A New Routing for the New Component.
But for multiple different Components you might need it so for that you have to give the option "Yes" for adding Routing to the project which generates a file "app-routing.module.ts" file in your project.
On a contrary you can do this using Angular Documentation --
https://v17.angular.io/tutorial/first...
Code is Available at GITHUB https://github.com/mohammadTauheedraz...
Website for Angular Material --
https://material.angular.io/
#angular #components #angularcomponents #angularjs #angular14