Live Demo : Angular-Material-Practice
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.
- Form Control
- Data Tables
- Layout
- Buttons
- Popups
- CDK
- Drag and Drop
- Virtual Scrolling
- Technology: Angular-8, Angular-Material, HTML, SCSS, i18n, Drag & Drop, Typescript.
- Database : Angular Firebase.
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.
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
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
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