Skip to content

shivambansa/angular-pipeline

 
 

Repository files navigation

Angular 14 Form Validation example with Reactive Forms

Edited for docker

  • To build and run on a docker container use these commands:
  • docker build -t myangularapp .
  • docker run -d -p 8000/80 {imageid}
  • you can get the imageid through docker images command

has buildspec and appspec file

created for aws codepipeline deployment on ubuntu-ec2 with apache2 acting as host

The ec2-instance should have apache2 already installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.9%
  • HTML 29.6%
  • JavaScript 10.0%
  • Shell 2.0%
  • Dockerfile 1.9%
  • CSS 1.6%