Yes, you may want to look at Angular Material2 <https://github.com/angular/material2>'s tabs components <https://material.angular.io/components/component/tabs> (beta). For flowing layouts, you may want to look at @angular/flex-layout <https://github.com/angular/flex-layout> (beta).
ngBootstrap (alpha) w/ Flexbox in Bootstrap 4 (alpha) is another option. Michael Prentice DevIntent <http://devintent.com/> GDG Space Coast <http://gdgspacecoast.org/> On Thursday, January 26, 2017 at 2:35:30 PM UTC-5, madhu g wrote: > > We are trying to evaluate angular2 in order to build a dashboard like > application where > - A user can add a new tabs/pages to the home page. > - For each tab/page, user can add a set of widgets(portlet/dialog kind of > components) from the widget library where each widget provides a specific > functionality and can be customizable. these widgets can flow around the > tab/page like drag drop resize etc. > - All the pages/tabs and the widgets inside need to be saved. > > Is angular2 a suitable to build these kind of applications ? > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
