This directory is a brief example of an Angular app that can be deployed to ZEIT Now with zero configuration.
To get started with Angular on Now, you can use the Angular CLI to initialize the project:
$ ng new
Once initialized, you can deploy the Angular example with just a single command:
$ now