Skip to main content

Posts

Showing posts with the label Tabs

Angular 5 Material Tabs

Angular Material Tabs organize the content into separate views where only one view can be visible at a time i.e. tabs.html - < mat-tab-group >   < mat-tab label = "AngularJs" >    < p > The angularjs is a JavaScript [MVW || MV*] framework and Its maintain by Google. The most of use to creating to single-page applications (SPA) with the MVC pattern. Its used for both client-side and server-side web application etc. </ p >   </ mat-tab >   < mat-tab label = "Angular 2" >     < p > Angular 2 is a most popular framework for developing mobile apps.   It is also for “desktop” as well “mobile” applications.   The Angular 6 is development phase you know very well and hopefully you love. </ p >   </ mat-tab >   < mat-tab label = "Angular 4" >     < p > Angular 4 contains some additional Enhancement and Improvement. Consider the f...