-
Notifications
You must be signed in to change notification settings - Fork 579
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
create angular recipes #1
Comments
/cc @roblourens |
I've got a gist with launch configurations for Chrome debugging and Angular CLI. It has configs both for |
@tonysneed sure, a PR would be really great! |
@tonysneed @weinand I'm in the middle of prepping a VS Code blog post about Angular (angular-cli) + our Chrome debugger. Would to be able to back reference this repo. |
Terrific, I'll get started on it. It's nice to have an example as a starting point. :)
|
@weinand @auchenberg See PR #2. |
@weinand Thanks for merging my PR .. Happy to be of service! 🙇 |
Removed sourceMaps, trace, userDataDir from JSON in README.md file in PR #6. |
@tonysneed @auchenberg @roblourens thanks for your help on this recipe! @tonysneed an official "Thank You" will appear in the June release notes. |
@weinand Glad I could contribute! 😎 |
A simple Angular app: https://github.com/johnpapa/angular-tour-of-heroes
The
sourceMapPathOverrides
was the important section...The text was updated successfully, but these errors were encountered: