-
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
Tracking: Documentation #2711
Comments
Hey guys! I thought about this yesterday when I discovered that all the Cheers. |
Still trying to figure that out for now, wanted to have a placeholder issue to track against. |
It would be great to put more docs to https://cli.angular.io/ with similiar doc style which is used on angular.io |
Next action item:
|
Following this updated doc to integrate Bootstrap with angular-cli results into following module conflicts: jquery.js **ERROR in multi scripts ERROR in multi scripts I'm using below configuration: Any help in this matter would be really appreciated! Thanks, |
@Meet91 I just verified my local app with no issues. Based upon your errors it seems like you're attempting to pull in more than just the bootstrap CSS as my guide suggests. If that's not the case please create a separate issue on this repo or post a question on StackOverflow. Make sure to either tag me in the issue and/or link to it here so I can find it. (I don't have a windows environment setup, so I'm testing on macOS v10.12.1) |
@Meet91 see #3202 (comment), there is a workaround for that Edit : see #3202 (comment) ... the problem seems to be resolved in beta.22-1 |
@noelmace I updated the angular-cli to beta.22-1 and error goes away and also tested with the bootstrap integration and all works great...Thank you so much for responding on such a short period!!! |
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to angular#2711
@Brocco - can you elaborate a little bit on what you had in mind for |
@jeremymwells global styles are the style files referenced via angular-cli.json this would be an overview of:
This is not meant to be a complicated explanation, just an overview on how to achieve application-wide styling. |
…lex layout inclusion applies to angular#2711
This fix is part of the documentation improvement angular#2711
This fix is part of the documentation improvement #2711
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to angular#2711
…lex layout inclusion applies to #2711
…lex layout inclusion applies to angular#2711 Close angular#3897
@Brocco added |
This fix is part of the documentation improvement angular#2711
…lex layout inclusion applies to angular#2711 Close angular#3897
I would appreciate if angular-cli docs were constantly updated with minimum requirements of relevant dependencies, for each release. |
I need to work on a serializer of the documentation for hte JSON Schema. |
Considering this done. Expect more stories post 1.0. @moniuch that's a great idea, but we're pretty lax on our requirements. The only relevant dependency is Angular and TypeScript :) |
There is a mismatch to protrator.conf.json that the beforeLaunch: function() {
require('ts-node').register({
project: 'e2e/tsconfig.e2e.json'
});
}, |
Is there any reference to |
Found this in the docs https://github.com/angular/angular-cli/blob/master/docs/documentation/stories/global-styles.md, but I think what I meant by global styles was a way to add global Sass variables for use with components during compile. Otherwise, you're always importing a variables file, palette file, etc throughout your Sass files. |
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. |
Document the following areas of the CLI:
angular-cli.json
Tasks:
Stories for more details:
Nice to have:
Additional:
The text was updated successfully, but these errors were encountered: