Deploying Angular Applications | Mosh

preview_player
Показать описание

Learn to deploy your Angular apps.

TABLE OF CONTENT

00:00 Introduction
00:37 Preparing for Deployment
06:13 JIT vs AOT Compilation
11:43 Angular Compiler
15:17 Building Applications with Angular CLI
21:58 Environments

RELATED VIDEOS

Angular 4 Tutorial for Beginners

Angular Version History

Angular Material

Angular Animations

MY OTHER COURSES

I have several other courses on web and mobile application development. You can find them all here:

STAY IN TOUCH

Рекомендации по теме
Комментарии
Автор

Everyone tells write "ng build --prod" but first time I saw someone explain what is it. Thank you Mosh!

lastidea
Автор

Already subscribed a while ago. The video explains the topic clearly and at an appropriate pace. Awesome!

manudelmarche
Автор

concepts explanation was very clean and neat ....awesome !!

hanamantjimm
Автор

So many small fyis/tips that would take a long time to glean. Very good Moshman.

nerdiloo
Автор

Great explanation, thank you. I'm subscribing!

matiasrondan
Автор

Great Explanation. You are better than my all university professors combined. Thanks.

samihk
Автор

Very nice explanation and video. Thanks for the lesson especially about the ngc compiler.

tradertube
Автор

Interesting, at 26:05 it’s a production build but vendor.bundle is still 2.6 MB.

Milan_Openfeint
Автор

You are a great mentor sir....I have learnt many things from you...I just want to know where is the zip file attached of code??

ghulamabbas-zgkg
Автор

Where is the deployment ? I have an angular app ( server and front end) . how i deploy it to a host ? Must have different build for frontend and server ? ng build command, builds and server and frontend ? So many questions

NoNdAs
Автор

Please, give us some examples of the url's of the application deployed in a production server. For example: the name of my production server is MAINSERVER, and the application server runs on port 3002, the database is running in another server. If we have a public ip and I want to give access to my app's users outside the office, what's the url that they have to write in the browser? Thanks.

youtekdev
Автор

Hello Mosh i am looking for the tutorial on MYSQL with ANGULAR & NODE.JS. So can you please make a video on CRUD operation in MYSQL with ANGULAR & NODE.JS.

sivasankarchimata
Автор

Hello sir i am looking for the tutorial on MYSQL with ANGULAR & NODE.JS. So can you please make a video on CRUD operation in MYSQL with ANGULAR & NODE.JS.

sivasankarchimata
Автор

Hi Mosh, How to deploy angular2 build project over https on browser using tomcat server.

ahashmi
Автор

There is a problem with the command "ng build". the index.html file doesn't do anything in Chrome or explorer. It's only working in Microsoft Edje

ido
Автор

There's no deployment..only compilation... you're just trying to sell the course.. at least you should have shown a little deployment.

bibekvaliya
Автор

Need advice. I have an Angular 8 with a WebApi (.Net Core 2.2) backend that talks to a sql server on AWS VM. I am looking for the best way to deploy these 2 apps. Do I deploy them separately as the Front and the backend. If so, what is the best way to do that or what services are needed. If I copy the dist folder from the Angular Application to the wwwroot of the WebApi and just have basically 1 application what is the best AWS service should I use to deploy that? I'm confused with all the different services and should I deploy 2 seaparate apps (angular andwebapi) or combine them. I keep reading about beanstalk, api manager, and deploying to an S3 bucket.

DennisTuckersAwesome
Автор

Ah, I thought it was strange that they ask you to like in the middle of the video. It's cause at the end, you realize they don't explain everything and you need to pay for the course.

Mithcoriel
Автор

Hi I used ng build and made dist, but only home page is working and routing is not working showing 404 not found error, kindly can you help me with this ?

bhanusreekoduru
Автор

How is uglification different than obfuscation

tzadiko