-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfulfeatureIssue that requests a new featureIssue that requests a new feature
Description
Some javascript libraries need to be loaded on the global scope, especially older ones. A great, common example is bootstrap, which needs jquery to be globally available.
Different build systems have different ways to allow this. Webpack has several alternatives to shimming modules, and so does SystemJS.
Angular-CLI needs to provide a way to load these files in order to provide interop with the simplest way of loading javascript files.
efriandika, carlosfaria94, martinleopold, kaznovac, vladotesanovic and 2 more
Metadata
Metadata
Assignees
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfulfeatureIssue that requests a new featureIssue that requests a new feature