-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Angular 2/4/5+ testing/support? #7
Comments
Typescript is being discussed in #3. What other things are needed for this issue? |
I'm pretty sure this is just TypeScript support, closing unless someone knows of additional requirements |
I mentioned "without Typescript support" because it is possible to use Angular 2/4/5+ with plain JavaScript and may be easier to fix than implementing typescript support. when I've got some time I'll give both AngularJS 1.x and Angular 2+ (plain javascript no typescript) a try to see what happens. Parcel looks promising! |
@omouse i made a super small boilerplate for angular and it does work just fine as far as i tested it https://github.com/DeMoorJasper/Angular-Parcel-Boilerplate |
For Angular projects |
It is possible to do so, u can have a look at the plugins docs. |
@DeMoorJasper that boilerplate no longer works :( this one does though : https://github.com/tienne/angular-parcel |
Without TypeScript support would be cool (though the Angular team is working really hard to push TypeScript).
The text was updated successfully, but these errors were encountered: