Closed nstohler closed 4 years ago
I've started a project that aims to mimic the look and feel of the Material Design website using Angular, AngularMaterial and Flex-Layout:
https://github.com/nstohler/angular-material2-md-lookalike
What is working in my initial version:
...but there's still a ton to do/fix:
It would be nice to extend this to a starter template following good practices and style guides, so people don't always have to start from zero solving the same problems over and over again.
PS: I have had some problems getting angular plunkers to run on my machine lately, that's why I created a project on github.
@jelbourn is this in the works? Perhaps it would be a great starting point to have the basic layout of the docs site https://material.angular.io ? :)
We have something in the works for this. @amcdnl is working on some Angular Material schematics that can be used to quickly scaffold apps / views.
@nstohler - Checkout - https://github.com/amcdnl/material-inbox
Just FYI, you can find the Schematics Guide in the docs now.
There are updates coming for v7 and I believe that the plan is to continue to enhance the schematic offerings over time. At this time, we're still finalizing some of the related tooling before we start adding too many different schematics though. There should be some updates at AngularMix next month 😄
Closing this since we do have some schematics. I'm working on getting some contributors to dramatically improve the available schematics, but for now we don't have any plans to just build a pure example app.
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.
I've had some problems to build up a site from zero using all the different material2 elements.
feature request:
Learning to get a new site up and running could be improved by offering some site/app templates. MDL has this here: https://getmdl.io/showcase/index.html. They provide a good starting point on how to best build up an app from a good code base.
What is the expected behavior?
To have a good selection of templates, from simple to more complex