Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.41 KB

Supported tags and respective Dockerfile links

What is Angular?

Angular (commonly referred to as "Angular 2+" or "Angular 2") is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations to address all of the parts of the developer's workflow while building complex web applications. Angular is a complete rewrite from the same team that built AngularJS.

wikipedia.org/Angular_(application_platform)

logo

How to use this image

Create a Dockerfile in your Angular project

FROM butter/angular:5.2.8
CMD [ "npm", "start" ]

License

View license information for Angular.