Skip to content
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

Closed
ghost opened this issue Dec 5, 2017 · 7 comments
Closed

Angular 2/4/5+ testing/support? #7

ghost opened this issue Dec 5, 2017 · 7 comments

Comments

@ghost
Copy link

ghost commented Dec 5, 2017

Without TypeScript support would be cool (though the Angular team is working really hard to push TypeScript).

@devongovett
Copy link
Member

Typescript is being discussed in #3. What other things are needed for this issue?

@jamiebuilds
Copy link
Member

I'm pretty sure this is just TypeScript support, closing unless someone knows of additional requirements

@ghost
Copy link
Author

ghost commented Dec 6, 2017

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!

@DeMoorJasper
Copy link
Member

@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

@filipesilva
Copy link

For Angular projects ngc (the Angular compiler) is also used as a replacement for TypeScript. Is it possible to override the default TypeScriptAsset with a plugin?

@DeMoorJasper
Copy link
Member

DeMoorJasper commented Dec 8, 2017

It is possible to do so, u can have a look at the plugins docs.
Just setting extension to .ts and .tsx would overwrite the TypeScript built-in Module.

shawwn pushed a commit to shawwn/parcel that referenced this issue Jan 5, 2018
@tatsujb
Copy link

tatsujb commented Feb 1, 2018

@DeMoorJasper that boilerplate no longer works :(

this one does though : https://github.com/tienne/angular-parcel

padmaia pushed a commit that referenced this issue Jun 5, 2020
yamadapc pushed a commit that referenced this issue Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants