Deploying Angular Applications | Mosh

Deploying Angular Applications | Mosh

Programming with Mosh

6 лет назад

125,820 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Marc MusicaAndina
Marc MusicaAndina - 15.09.2023 17:17

You did not deploy to any server

Ответить
Giri Madhav Chowdhury
Giri Madhav Chowdhury - 03.08.2022 21:37

Sir I am getting error while using ng build --prod that is unknown argument;prod
How can I fix it

Ответить
Last Idea
Last Idea - 22.05.2022 14:11

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

Ответить
bhanusree Koduru
bhanusree Koduru - 11.10.2021 12:17

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 ?

Ответить
Noureddine Ettalhi
Noureddine Ettalhi - 18.07.2021 20:41

You are talking too much and not concisely. we want to know what is difference between dev and prod env in terms of what do they need to be installed for the app to run.
can we install bundle from prod (in its minimal config) ?
what can we send to prod as delivery ? in its minimal format ?
etc ...?

Ответить
John S
John S - 13.02.2021 19:36

This is complete crap. You didn't show anything about deployment.

Ответить
Nomad
Nomad - 26.05.2020 03:36

How is uglification different than obfuscation

Ответить
Nomad
Nomad - 26.05.2020 03:34

It's "whitespace" not "white spaces"

Ответить
malaya prasad Lenka
malaya prasad Lenka - 05.04.2020 22:43

Quite informative and comprehensive

Ответить
ghulam abbas
ghulam abbas - 29.03.2020 11:38

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??

Ответить
Mithcoriel
Mithcoriel - 11.03.2020 01:31

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.

Ответить
Patel Hetal
Patel Hetal - 12.01.2020 15:26

Nice explanation

Ответить
nerdiloo
nerdiloo - 05.01.2020 06:53

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

Ответить
Dennis Tucker
Dennis Tucker - 27.11.2019 01:02

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.

Ответить
Bibek Valiya
Bibek Valiya - 25.08.2019 17:11

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

Ответить
Manu Delmarche
Manu Delmarche - 09.07.2019 22:26

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

Ответить
NoNdAs90
NoNdAs90 - 04.07.2019 10:00

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

Ответить
Tank Nainesh
Tank Nainesh - 21.06.2019 18:17

Please deploye with ssr

Ответить
Naveen M V
Naveen M V - 23.05.2019 22:26

It is really helpful

Ответить
Adhi Venkatesh
Adhi Venkatesh - 22.04.2019 14:07

Very nice explanation , thank u

Ответить
Matias Rondan
Matias Rondan - 13.02.2019 05:08

Great explanation, thank you. I'm subscribing!

Ответить
Mohammad Nazir
Mohammad Nazir - 30.01.2019 04:59

Very nice and thank you. Jazakallah

Ответить
Youtek Dev
Youtek Dev - 27.01.2019 22:20

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.

Ответить
MUHAMMAD ADIL Khan
MUHAMMAD ADIL Khan - 27.10.2018 14:40

Sir I am getting this error $ node_modules/.bin/ngc
e2e/src/app.po.ts(1,38): error TS2307: Cannot find module 'protractor'.
can you tell me why?
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.3",
"@angular/cli": "~7.0.2",
"@angular/compiler-cli": "^7.0.1",
"@angular/language-service": "~7.0.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.1.1"
}

Ответить
vivek patil
vivek patil - 29.09.2018 00:31

clickbait.

Ответить
עדו סוקולובסקי
עדו סוקולובסקי - 26.09.2018 11:49

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

Ответить
Sami Haroon
Sami Haroon - 24.09.2018 10:53

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

Ответить
Tanya Kumpawat
Tanya Kumpawat - 21.08.2018 15:12

Can we create a huge website using angular 4 that we used to do with php or java language?

Ответить
Sivasankar chimata
Sivasankar chimata - 16.08.2018 08:38

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.

Ответить
Sivasankar chimata
Sivasankar chimata - 16.08.2018 08:38

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.

Ответить
Arash Bahraini
Arash Bahraini - 26.07.2018 12:28

You are supper cool mosh :)

Ответить
Belmiris
Belmiris - 03.07.2018 13:21

Thank you for this!

Ответить
Akash Bangera
Akash Bangera - 27.06.2018 22:05

I get below error while running ng build --prod

ERROR in Error during template compile of 'HomeComponent'
Function expressions are not supported in decorators in 'homeTransition'
'homeTransition' references 'ɵ0'
'ɵ0' contains the error at app/home/home.component.ts(5,15)
Consider changing the function expression into an exported function.

please help?

Ответить
hanamant jimm
hanamant jimm - 18.02.2018 14:47

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

Ответить
Mohamed Ismaiel
Mohamed Ismaiel - 26.01.2018 00:08

nice explanation, nice shirt :)

Ответить
Ahmed Tharwat
Ahmed Tharwat - 24.11.2017 16:50

? where is zip file

Ответить
Syed Peer
Syed Peer - 03.11.2017 20:11

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

Ответить
Peter van Woudenberg
Peter van Woudenberg - 03.10.2017 03:27

Whow thats nice!

Ответить
NiD
NiD - 20.09.2017 18:03

You explained `build`ing well but you didn't explained deployment (the infamous gulp deploy)

Ответить
Zohar Sabari
Zohar Sabari - 08.09.2017 16:08

good explanation, as always :)

Ответить