this was such a magneficent tutorial even if it was a little hard to follow your actions(bc you are so good at coding that you are superfast), thank you so much for this video
@AneeshMistry9 ай бұрын
Thank you so much. It’s so rewarding to hear it helped!
@KyleZhao-r5y Жыл бұрын
It's awsome. I learn a lot from your lectures. Thank you!
@AneeshMistry Жыл бұрын
Thank you!
@laynt0010 ай бұрын
For those following the tutorial with Angular version 17 or greater there's no more a file called app-routing.module.ts, now it's called app.routes.ts. Also you will need to import the RouterModule to the header.component.ts so it will look like this: import { Component } from '@angular/core'; import { RouterModule } from '@angular/router'; @Component({ selector: 'app-header', standalone: true, imports: [RouterModule], templateUrl: './header.component.html', styleUrl: './header.component.css' }) export class HeaderComponent { }
@nope75059 ай бұрын
i should have read your comment before attempting to recreate this app i spent like 10 hours trying to deal with all the errors bc of this app-routing.module file
@AneeshMistry9 ай бұрын
Thank you for sharing this!
@shayannafees9936 Жыл бұрын
best video... buddy.... just completed javascript html and css...started angular but don't know where to go...bcz i am a type of person who needs direction in every miunute. so what are your suggestion ???? how do i get familiar with angular???
@AneeshMistry Жыл бұрын
Hey! I would recommend learning node and express. These tend to go hand in hand with Angular as a web developer
@developervicky87852 жыл бұрын
keep it up buddy
@AneeshMistry2 жыл бұрын
Thank you!
@navedpatel9718 Жыл бұрын
if you say it is simple app so far i cant imagine what will you call complicated, my head spins after hearing DiaryEntry also what is happening for me it is difficult to understand , I followed you until the end , but didnt understood anything . Should I giveup on learning angular or web dev. is it really me who find this difficult ?
@AneeshMistry Жыл бұрын
Web development is certainly a difficult skill to pick up. I wouldn’t be discouraged, the more you practice the easier it gets. I can try explain a little better anything didn’t make sense? Otherwise there is fantastic documentation online for Angular
@dmitry_beresten2 жыл бұрын
Hello! I am also learning Angular.
@AneeshMistry2 жыл бұрын
Awesome! I hope these videos can help
@navedpatel9718 Жыл бұрын
it took 3-4 hours for me to complete a 26 min video
@AneeshMistry Жыл бұрын
Thank you for sticking at it, and completing the video. I would say it is expected to take longer to follow along the video than to watch it straight. Keep practicing and you’ll gain familiarity with the keywords and components of Angular