Sign inSign up

butter/angular

By butter

Updated over 8 years ago

AngularJS web framework

Image
0

2.5K

butter/angular repository overview

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.

logo

How to use this image

Create a Dockerfile in your Angular project

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

or (if you need to use Angular 2):

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

License

View license information for Angular.

Tag summary

Content type

Image

Digest

Size

366.5 MB

Last updated

over 8 years ago

docker pull butter/angular