Watch more episodes of Learning Angular→ goo.gle/Learning-Angular
@elyoaprogrammer Жыл бұрын
Excellent Angular series for beginners. I would love watch similar tutorials from the Angular team with more advanced topics. Thanks
@Angular Жыл бұрын
Wow! Thanks so much for this feedback - we really appreciate it. Which topics would you like us to cover?
@elyoaprogrammer Жыл бұрын
@@Angular Hello, thanks for your answer.. I would like to watch something more oriented to a real life project to handle real common scenarios and explain more advanced topics: like do the secure login process, work with interceptors, content-projection, custom directives and topics like that. I know there is much information about this on the Internet but I really enjoyed all the videos of the @Angular team!
@pavankumar4909 Жыл бұрын
@@Angular interceptor please authguard please
@dima136936 ай бұрын
terrible series for beginners. The download button to download the original template doesnt work, which cascades into a bunch of other issues. Someone should have checked their work when updating the tutorial for v18.
@eudesgrey Жыл бұрын
I'm so glad this is working so far, I say this because usually KZbin tutorials almost never works, lol
@SenorSalubriousАй бұрын
I can totally relate haha
@piragna58023 ай бұрын
I love the tutorials! It is very helpful! Thanks!
@piragna58023 ай бұрын
Amazing tutorial, thank you.
@TayambaMwanza Жыл бұрын
I think at 1.26, when you're describing the different parts that will be broken up into components, it would be helpful to highlight the areas or outline them to give a nice visual indicator of each component/section.
@TayambaMwanza Жыл бұрын
Also self closing tags but I think that will be too much work.
@Angular Жыл бұрын
Great feedback! We'll consider this for the next version, for sure!
@Guidje10 ай бұрын
damn, nice content!! i wasn't expecting to much (because it's a beginner tutorial) but this is really well done and the host didactic is pretty good
@djrandomoficial490111 ай бұрын
03:04 is it normal to use 'aria-hidden' together with 'alt' in the html element? semms no sense.
@MrBingo3711 ай бұрын
3:08 header with logo will not compile ,it seems that it does not work with Angular 17+ --------------------------------------------------------- Angular CLI: 17.1.3 Node: 20.11.0 Package Manager: npm 10.4.0 OS: linux x64
@chowderheadreynolds732511 ай бұрын
I had the same issue. I put backticks ` (on the left upper corner on my keyboard above the tilde) before and after the code in the video and got the logo and heading to appear.
@shadip67252 ай бұрын
Replace header tag with section tag
@EnexsDelaris5 күн бұрын
When I did the generate stuff, it only generated the .ts for home and housing-location
@Eltopshottah Жыл бұрын
When generating the home component I get an error ‘Could not find NgModule. Use the ‘-skip-import’ option to skip importing in NgModule…
@Angular Жыл бұрын
You have to generate a standalone component, so include the --standalone flag. That should help
@Eltopshottah Жыл бұрын
@@Angular I made sure to include the -standalone command originally still getting the same error tried a few more times this evening im not sure whats up :/
@Zeke_Cachi Жыл бұрын
i´m getting the same error, there´s a difference between what shows up when you create the angular project with what you see on this video
@angelmotta6 ай бұрын
@@Eltopshottah I had the same issue. I tried with --standalone flag and it worked! I think this error is because the starter code in the first episode include a package.json using angular version 16 and the code shared in this episode the code example include a package.json using angular version 17. I also tried with version 18 and --standalone flag is not needed
@ChagorthebarbarianАй бұрын
Does anyone know what theme they are using? I'd like to use it myself.
@AngularАй бұрын
Mark is using high contrast theme in VS Code - it comes built in :)
@alissabrave4246 ай бұрын
I did everything same with the tutorial but my logo does not show up, I do not understand where the problem is
@arthurf.foureauxfoureaux54185 ай бұрын
I´ve faced the same issue. To solve it in angular 18, you must create a public folder on the root of your project and inside it, put the assets folder. Then, on the src of img, put "assets/..."
@FredMorrison-i9fАй бұрын
In late November 2024, using Angular 19.0 in VSCode 1.95.3, the following line comes up with an HTTP 404 (not found) while looking for the asset logo.svg in the app component: 1. FAILS: 2. FAILS 3. FAILS: 4. FAILS: 5. FAILS: The assets folder is underneath the src folder, just like in the starter code, so I am at a loss to understand why the logo only shows the alt text and the browser console shows HTTP 404. Any clue as to why this is happening? *** UPDATE *** The fix is as follows: "assets": [ "src/assets",
@manas_ponyiemАй бұрын
Thanks you, worked!
@stevofootballhome67868 ай бұрын
the the set up is no longer working. pls assist me with the first step setup
@edemmarvinkudjo93467 ай бұрын
I love Angular❤
@CrazyOsi8 ай бұрын
not the best idea to create a website about HOMEs and have a HOME-component
@mouri_san3 ай бұрын
Спасибо большое!
@COOKWITHARMAANNN Жыл бұрын
not working angular 17 and above
@saintmose10 ай бұрын
true
@akucinta23717 ай бұрын
i've try in angular 18, it works
@darksorcerer1575 Жыл бұрын
I would recommend that if anyone gives a thumbs up on this to actually try doing this first.
@jediampm Жыл бұрын
Hi, i dont know why you are starting to show only inline templates. At least you should show in home template how to do a no inline template. And i think in any component has too much html, as such you should be separate template in file anyway.
@michaelhill47023 ай бұрын
At 2:43 he says "sibling element" when it is a child element. I am old school. I believe people should review before publishing mistakes. It is distracting.
@marktechson3 ай бұрын
Yeah, you are right! Definitely a mistake. Will do better next t ime.
@michaelhill47023 ай бұрын
@@marktechson not a problem, I got over it after a while. However, I didn't see where the "Housing-location component works!" source is.
@tuba-inxs6 ай бұрын
Great video! at kzbin.info/www/bejne/iGHRg4tun6llepI , looks like a nested child of , not a sibling.