Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.26 KB

File metadata and controls

42 lines (36 loc) · 1.26 KB

A sample project to help starting with a multi tab angular app

Table of Contents

Aim

This project aims to help getting started with a very simple tabbed app using the Material UI It provides some basic examples of

  • creating tabs
  • creating a simple input form
  • retrieving some free sample data using the HttpClient component
  • display the JSON data in a table
  • working with tooltips
  • validators of form fields
  • custom pipes
  • custom tooltips
  • usage of the HttpClint in the unit tests

Commands

  • npm install -g @angular/cli
  • npm install bootstrap
  • npm install ngx-bootstrap-tabs --save
  • ng add @angular/cli
  • ng add @angular/material
  • ng add @fortawesome/angular-fontawesome
  • ng add ngx-bootstrap
  • ng add ngx-bootstrap --component tabs
  • ng generate component Breweries
  • ng generate component Numbers
  • ng generate component Info
  • ng generate component InfoTooltip

Credits

angular-multi-tab-app is created and maintained by Iulian Macovei

I'm open to suggestions, feel free to open an issue. Pull requests are also welcome!