-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Advanced documentation #3849
Comments
I didnt find any documentation for building AOT. Again i found the |
The readme is not really the appropriate place to go for documentation, you should have a look in here: If you are looking for documentation for build command in particular then look at this: |
I agree that the documentation is disjointed at the moment. This is already being tracked in #2711 however, and thus this issue should be closed. |
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. |
Documentation should be advanced.
Currently i see 3 sources which give different amount of informations:
ng help
Whats missing?
For example when generating a component there are options that i know from tutorials, but cant find them on any of these sources like
--inline-styles
orspec false
.Another example: Reference PDF shows what is able to generate with some options, but not specific options like inline-styles. ng help does not show what can be generated, but different options than PDF.
The text was updated successfully, but these errors were encountered: