Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Installation Angular Material UI, Empfohlene Updates bei ASP Angular SPA Anwendungen

02.04.2021 (👁11123)


Wenn man eine Angular Anwendung über Microsoft Visual Studio -> ASP New Project (Web Anwendung) erstellt,  dann sollte man zusätzlich den neuesten Stand von Bootstrap UI und Angular Material UI installieren.

Diese installiert man am besten über VS Code in der ClientAPP des Projecs

npm install bootstrap@latest –save

npm install @material-ui/core

npm install @material-ui/icons

 

 

 

 

Optional Angular CDK

https://www.npmjs.com/package/@angular/cdk

 

npm i -s @angular/flex-layout @angular/cdk             

@angular/cdk

Library that helps you author custom UI components with common interaction patterns

Docs

@angular/material

Material Design UI components for Angular applications

Docs

@angular/google-maps

Angular components built on top of the Google Maps JavaScript API

Docs

@angular/youtube-player

Angular component built on top of the YouTube Player API

Docs

 

https://github.com/angular/components#readme

Official components for Angular