aws-amplify-workshop-angular icon indicating copy to clipboard operation
aws-amplify-workshop-angular copied to clipboard

Building Full Stack GraphQL Applications with AWS Amplify and Angular

Results 3 aws-amplify-workshop-angular issues
Sort by recently updated
recently updated
newest added

…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.