Angular Material Practice
Live Demo : Angular-Material-Practice
Project Description
Angular Material is a UI component library for Angular 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. It helps in creating faster, beautiful, and responsive websites. It is inspired by the Google Material Design.
This Projects Covers
- Form Control
- Data Tables
- Layout
- Buttons
- Popups
- CDK
- Drag and Drop
- Virtual Scrolling
Tools and Technologies
- Technology: Angular-8, Angular-Material, HTML, SCSS, i18n, Drag & Drop, Typescript.
- Database : Angular Firebase.
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Code Scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Build
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Running Unit Tests
Run ng test to execute the unit tests via Karma.
Running End-to-End Tests
Run ng e2e to execute the end-to-end tests via Protractor.
Further Help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
Deploying an Angular App to Firebase Hosting
1. Build
ng build --prod
2. Install the Firebase command line tools
npm install -g firebase-tools
3. Login using the Firebase CLI & initialize your project
firebase login
4. Initialize the project using this command
firebase init
5. Deploy to Firebase Hosting
firebase deploy
Project Output
