aws-amplify-workshop-angular
aws-amplify-workshop-angular copied to clipboard
Building Full Stack GraphQL Applications with AWS Amplify and Angular
…talled import Amplify from 'aws-amplify'; doesn't work before GraphQL is installed. Using import { Amplify } from '@aws-amplify/core'; works
entering amplify-amp as the name of the project causes the following error: "Project name should be between 3 and 20 characters and alphanumeric" Removing the hyphen so the name becomes...
This PR makes the changes necessary to use Amplify's new module for Angular that is compatible with the Ivy rendering engine.