Brainstorming ideas (some of these are more long-term):
... menu in the toolbarAny interest in color palette and theme generators?
Even basic material module creation would be useful to avoid the boilerplate every time you begin a new app:
ng generate mat-module icon card ... --module shared
check this @t0f3rchr15 @dpsthree 馃憠 https://github.com/Hotell/ng-cli-schematics
Perhaps the app layouts could be css grid layout based? (nothing to do with schematics I know but still.. ) :)
Updated OP with checkboxes to show which are done and which are not at this point.
@mackelito currently the layouts are using the CDK Layouts along with mat-grid-list which uses block and flex layouts.
The @angular/flex-layout project currently supports CSS Grid layouts. Here's their Guide.
I'm closing this issue as we already have schematics and we should use individual tickets now for planned work.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Any interest in color palette and theme generators?