angular
//Author:Mohammad Arman Khan
//Steps to install ANGULAR CLI
1: npm install -g @angular/cli
//Initialize first project
2: ng new my-dream-app
3: cd my-dream-app
// To Run Server
4: ng serve
//done!!
angular
//Author:Mohammad Arman Khan
//Steps to install ANGULAR CLI
1: npm install -g @angular/cli
//Initialize first project
2: ng new my-dream-app
3: cd my-dream-app
// To Run Server
4: ng serve
//done!!
angular
Angular is a development platform, built on TypeScript. As a platform, Angular includes:
A component-based framework for building scalable web applications
A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more
A suite of developer tools to help you develop, build, test, and update your code
angular material
//To take advantage of Angular Material install it in the terminal
$ ng add @angular/material
//Choose the options that will be presented to you
angular
steps to install angular
step 1 :Install node
download link=>https://nodejs.org/en/
step 2 :Install angular Cli with Command prompt
npm install -g @angular/cli
step 3 : checking the installed angular version
ng --version
Initializing angular 10 project :
ng new my-raj-app (here "my-raj-app" is App name)
your project is initialised:
go inside the project and run it with:
ng serve -o
done ....!! Happy coding..!! -rajesh reddy:)
Angular material design
/* Answer to: "Angular material design" */
/*
Angular Material is a UI component library for Angular JS
developers. Angular Material components help in constructing
attractive, consistent, and functional web pages and web
applications while adhering to modern web design principles like
browser portability, device independence, and graceful degradation.
Main Website: https://material.angular.io/
Get started here: https://material.angular.io/guide/getting-started
For examples on usage of this library go to:
https://material.angular.io/components/
*/
Angular
A beautiful little framework used to make full functional web apps, This is a framework made by Google
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us