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

Reflect angular 12 changes to docs #3606

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Reflect angular 12 changes to docs #3606

merged 1 commit into from
Sep 22, 2021

Conversation

wlee221
Copy link
Contributor

@wlee221 wlee221 commented Sep 22, 2021

Issue #, if available: Closes #3376

Description of changes: This reflects Angular 12 changes to the getting started documentation. Angular 12+ turns on "strict": true by default, which was triggering all the typescript errors in #3376. Either developers can disable strict mode, or they can use the workaround mentioned in this PR.

We should track these strict mode issues and deliver a holistic solution, which would require cross-team work. But these workaround should unblock developers for the time being.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

is enabled by default, which has a known issue with importing `aws-exports.js`.
You can resolve this by adding an <code>aws-exports.d.ts</code> to <code>src/</code> (
<a
href="https://gist.github.com/wlee221/1b02f519e6e0ce25d3643cf2948f4467"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NON-BLOCKING: In the future, I believe we need to make a gist on a org account in case we need to update via the team.

Copy link
Contributor Author

@wlee221 wlee221 Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, there are other gists on docs that should be shared in org too.

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

Successfully merging this pull request may close these issues.

[Feedback]Tons of errors in Angular 12 app
4 participants