Closed willkara closed 2 years ago
@willkara - In the angularCompiler options, can you try setting the 'fullTemplateTypeCheck' to false? We realize this is not a true solution, but interested to know if it unblocks you for now.
@haverchuck at work now, but will check when I get home.
@willkara I don't think we are able to support Ivy yet. We will be making a note of this in our documentation.
No problem 😁 thank for checking back in.
On Fri, Aug 2, 2019, 10:52 Dustin Noyes notifications@github.com wrote:
@willkara https://github.com/willkara I don't think we are able to support Ivy yet. We will be making a note of this in our documentation.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aws-amplify/amplify-js/issues/3762?email_source=notifications&email_token=AAZAQJ3CRGY7WCSLPVZ4F3DQCRCZ7A5CNFSM4IHX3JW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3N7AZQ#issuecomment-517730406, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZAQJ7DI3L6MB3CWKAPY23QCRCZ7ANCNFSM4IHX3JWQ .
@haverchuck Is there any progress on this? Ivy delivers some compelling performance improvements (when I remove Amplify) but I'm now having to consider moving to other serverless solutions in anticipation of Angular 9 release (Ivy on by default; now in RC). Any information either way would be helpful and appreciated :)
Hi guys, i have published @flowaccoun/aws-amplify-angular version 4.2.11
@flowaccount/aws-amplify-angular
Its working with angular 9 now, We need to use it now, so I took the liberty :)
For the official version, the below steps need to be taken with the following Pull request
For now, anyone has a hurry or urgent need like us, please use the ‘@flowaccount/awns-amplify-angular’ :)
Cheers
Closing as the package aws-amplify-angular
is now deprecated and the UI team has fixed this issue with the new angular authenticator component. Please see this comment detailing next steps if you are still facing this issue
Describe the bug While trying to run
ng build --prod
on an AngularCLI project with Ivy enabled, it fails on the buildSame as #3620
To Reproduce Steps to reproduce the behavior:
npm install aws-amplify aws-amplify-angular
ng build --prod
I've tried getting rid of both default compilerOptions and having ONLY IvyEnabled.
Expected behavior Build completes successfully
Screenshots
Build output
tsconfig.json
package.json
Desktop (please complete the following information): Windows 10. Building in Webstorm with Node v10.15.1
=