Mean Stack Tutorial - 15 - Angular Routing

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

📱 Follow Codevolution

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

Thanks Vishwas your all videos are helpful for me

shivammittal
Автор

If after running the server you saw a blank screen; move <base href="/"> to <base href="/ngApp/"> in index.html file and rebuild - ng build .then run the- node server again.

awekayode
Автор

Hi Vishwas, all the videos very helpful.. can you please share video for session management (with login example). or please share any link for same.

KapilVarma
Автор

hi.. for those guys having problem at rendering angular page...change the output path in package.json from "dist/projectname" to just "dist/". Hope this helps for someone!

anandhukr
Автор

I am using angular 8... I can't view angular page like home on localhost:3000 while localhost:3000/api/videos is working but when I run ng serve then on localhost:4200/home page is working.... so how can I run angular page on localhost:3000

rahulbanga
Автор

Hi, thanks for the class!! I want to know something, when I change route, can you make the last route keep rolling?
Would be like persisting the route data without destroying when it changes route!! Suppose I have an iframe with a video playing, in one of my routes. Is it possible to keep that iframe's content playing, if I change between routes? Thanks

chien
Автор

after ng build, i go to localhost:3000 in the browser and i get "this site can't be reached" "localhost refused to connect" do i need to use xampp? or somethign for the dist folder? i get no problem i run ng start and localhost:4200 or ng serve localhost:3000

luisitox
Автор

hi sir. i followed your video but couldn't make the angular running in localhost:3000. Could you help how this work?

sonnysonny
Автор

i am getting blank page when try to access, when i try to see in console it shows Uncaught SyntaxError: Unexpected token <, please help me to resolve this issue. Thank you

shaquilleguardiano
Автор

Hi i have got an error like this " router-outlet' is not a known element:
1. If 'router-outlet' is an Angular component, then verify that it is part of this module.
"styles.css",

], "

nazeerks
Автор

hi, hows your app run directly on port 3000 without any coniguration.becoz angular app is on 4200 and node js on 3000.when i open localhost:3000 i got the node index.html page

deepakkumarmohapatra
Автор

Sir I am getting uncaught syntaxerror: unexpected token <. For this what's the solution I am using angular version 6.0.2

sachinbadnikai
Автор

Hi vishwas,
I'm getting blank page after rebuild the project please help me!

aksontv
Автор

how you run it without typing node command or ng serve command . please explain dear

himanshuupreti
Автор

hi vishwas, your videos are awesome, could please help me, i am getting blank page when try to access, when i try to see in console it shows Uncaught SyntaxError: Unexpected token <, please help me how to reslove this, i hope do the best

Saicool-vihs
Автор

Hi vishwas

How an i get the intellisence and auto import functionalities in VS code.

saleemansari
Автор

Hello sir,
When I typed localhost:3000, I am getting an error like "Error: ENOENT: no such file or directory, stat . I request you to help me to resolve this.

likhithatadiparthi
Автор

i am having this prolem when i type localhost:3000 url it shoes the angular app start up page instead of the html component file i created can u tell what could be the problem

dawoodchaudary
Автор

Hello, Vishwas i get a blank screen at the end when i do it what you said no errors in CMD also. anyhelp will be appreciated.

karann
Автор

bootstrap design is not working in properly

priyaphp