Components in Angular - Learning Angular (Part 3)

  Рет қаралды 90,020

Angular

Angular

Күн бұрын

Пікірлер: 45
@Angular
@Angular Жыл бұрын
Watch more episodes of Learning Angular→ goo.gle/Learning-Angular
@elyoaprogrammer
@elyoaprogrammer Жыл бұрын
Excellent Angular series for beginners. I would love watch similar tutorials from the Angular team with more advanced topics. Thanks
@Angular
@Angular Жыл бұрын
Wow! Thanks so much for this feedback - we really appreciate it. Which topics would you like us to cover?
@elyoaprogrammer
@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
@pavankumar4909 Жыл бұрын
​@@Angular interceptor please authguard please
@dima13693
@dima13693 6 ай бұрын
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
@eudesgrey Жыл бұрын
I'm so glad this is working so far, I say this because usually KZbin tutorials almost never works, lol
@SenorSalubrious
@SenorSalubrious Ай бұрын
I can totally relate haha
@piragna5802
@piragna5802 3 ай бұрын
I love the tutorials! It is very helpful! Thanks!
@piragna5802
@piragna5802 3 ай бұрын
Amazing tutorial, thank you.
@TayambaMwanza
@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
@TayambaMwanza Жыл бұрын
Also self closing tags but I think that will be too much work.
@Angular
@Angular Жыл бұрын
Great feedback! We'll consider this for the next version, for sure!
@Guidje
@Guidje 10 ай бұрын
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
@djrandomoficial4901
@djrandomoficial4901 11 ай бұрын
03:04 is it normal to use 'aria-hidden' together with 'alt' in the html element? semms no sense.
@MrBingo37
@MrBingo37 11 ай бұрын
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
@chowderheadreynolds7325
@chowderheadreynolds7325 11 ай бұрын
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.
@shadip6725
@shadip6725 2 ай бұрын
Replace header tag with section tag
@EnexsDelaris
@EnexsDelaris 5 күн бұрын
When I did the generate stuff, it only generated the .ts for home and housing-location
@Eltopshottah
@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
@Angular Жыл бұрын
You have to generate a standalone component, so include the --standalone flag. That should help
@Eltopshottah
@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
@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
@angelmotta
@angelmotta 6 ай бұрын
@@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
@Chagorthebarbarian Ай бұрын
Does anyone know what theme they are using? I'd like to use it myself.
@Angular
@Angular Ай бұрын
Mark is using high contrast theme in VS Code - it comes built in :)
@alissabrave424
@alissabrave424 6 ай бұрын
I did everything same with the tutorial but my logo does not show up, I do not understand where the problem is
@arthurf.foureauxfoureaux5418
@arthurf.foureauxfoureaux5418 5 ай бұрын
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
@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
@manas_ponyiem Ай бұрын
Thanks you, worked!
@stevofootballhome6786
@stevofootballhome6786 8 ай бұрын
the the set up is no longer working. pls assist me with the first step setup
@edemmarvinkudjo9346
@edemmarvinkudjo9346 7 ай бұрын
I love Angular❤
@CrazyOsi
@CrazyOsi 8 ай бұрын
not the best idea to create a website about HOMEs and have a HOME-component
@mouri_san
@mouri_san 3 ай бұрын
Спасибо большое!
@COOKWITHARMAANNN
@COOKWITHARMAANNN Жыл бұрын
not working angular 17 and above
@saintmose
@saintmose 10 ай бұрын
true
@akucinta2371
@akucinta2371 7 ай бұрын
i've try in angular 18, it works
@darksorcerer1575
@darksorcerer1575 Жыл бұрын
I would recommend that if anyone gives a thumbs up on this to actually try doing this first.
@jediampm
@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.
@michaelhill4702
@michaelhill4702 3 ай бұрын
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.
@marktechson
@marktechson 3 ай бұрын
Yeah, you are right! Definitely a mistake. Will do better next t ime.
@michaelhill4702
@michaelhill4702 3 ай бұрын
@@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-inxs
@tuba-inxs 6 ай бұрын
Great video! at kzbin.info/www/bejne/iGHRg4tun6llepI , looks like a nested child of , not a sibling.
Customizing components and directives (Part 4)
12:18
Angular
Рет қаралды 69 М.
How to route in Angular - Learning Angular (Part 5)
15:51
Angular
Рет қаралды 94 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
MASTER Angular in 90 Minutes with This Crash Course
1:29:09
Code with Ahsan
Рет қаралды 83 М.
Dynamic Component in Angular (2024)
17:48
Decoded Frontend
Рет қаралды 31 М.
Angular change detection explained in 5 minutes
6:06
Simplified Courses
Рет қаралды 16 М.
What is NPM, and why do we need it? | Tutorial for beginners
14:27
Coder Coder
Рет қаралды 341 М.
Services in Angular - Learning Angular (Part 6)
14:05
Angular
Рет қаралды 60 М.
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,5 МЛН
What’s new in Angular v18
20:08
Angular
Рет қаралды 137 М.
Getting Started with Standalone Components in Angular
11:49
Angular
Рет қаралды 183 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН