-
Notifications
You must be signed in to change notification settings - Fork 12k
feat: make system config available as separate file #429
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
This also brings up another challenge, which is that my plugin doesn't know how to locate libraries being loaded via script tags instead of by |
Were you looking for more than just this:
system-config.ts
|
@Brocco in my case, that would work (except from the |
FYI, I have the separation into a separate file implemented in the style guide PR #427 but would be ideal if someone could go the extra step and get that into a JSON file |
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Implements the majority of style guide angular#316 Moves systemjs configuration our of index.html angular#429
Resolved via #427 |
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. |
I'm creating an App Shell broccoli plugin that needs to access a project's
System
config to properly load dependencies of an app component when pre-compiling. Right now, I would have to parseindex.html
to find the system configuration. Ideally, there would be a file I could import instead, i.e.system.config.json
.The text was updated successfully, but these errors were encountered: