-
Notifications
You must be signed in to change notification settings - Fork 12k
(schematics documentation) Add more sources #12149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @filipesilva on January 25, 2018 14:9 @hansl I think you were working on some more Schematics docs, are they available yet? |
From @Toxicable on February 12, 2018 20:10 There's this here |
The link is broken on master, it's available on 6.0 though: As for the documentation maybe they could be written in the open ? |
I also came here looking for the latest current version of the schematics docs after finding that previous links to the old minimal version of docs/markdown are now broken. What's the current recommended resource for schematics documentation relevant to devkit 0.8.x or Angular CLI 6.2.x? Can anyone suggest some unofficial schematics blog posts/videos that are updated in the last 2 months or so? |
Hrm. So much has changed lately... Note that I am trying to use only the Schematics CLI (not Angular CLI).
But https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2 doesn't cover or mention workspaces at all. The Angular CLI has a wiki entry for workspaces, but it doesn't indicate the Even running
It's not at all clear what the
Of course this created the "workspace" in my CWD and not in And finally I can run |
The best docs that I have found are Manfred Steyer's eBook: https://leanpub.com/angular-schematics/ It covers using the Schematics CLI (and the included schematics in @schematics/schematics) but it does not cover the details of using the schematics in an external collection like @schematics/angular (i.e. workspace, application, component, etc). |
This older schematics documentation issue also has some links to resources (most are likely out of date): #7627 |
Work is in progress on the official schematics documentation. I will try to post here when it is up on next.angular.io. |
The first draft of the official schematics docs is about to land in Angular |
And it's available for preview here: https://next.angular.io/guide/schematics |
Closing as the initial set of schematic docs is now present on AIO (https://angular.io/guide/schematics). Further updates and improvements may be best tracked separately. The original issue is now over 2 years old. |
Additional Schematics docs improvements are being tracked in angular/angular#29241 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
From @MonsieurMan on January 21, 2018 19:47
Hello, I looked over the project because it seemed to me like I could use it for a project I have in mind and couldn't really find a simple dive in introduction.
Until I found the meetup presentation introducing it.
I think it should be added to the head of the readme to help people understand the package as of now, it really helped me understand quickly and I know we're going to use it for at least two projects.
If you know of any information sources you produced like this one I think you should point them out in the head of the readme or something.
Anyway, keep up the good job, I feel like front end development is getting healthier thanks to the trust you and the react community are creating !
Copied from original issue: angular/devkit#402
The text was updated successfully, but these errors were encountered: