Angular 6 Basics 11 - Looping with ngFor

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

In this unit, we'll look at the ways you can customize your view by using the directives and template interpolation features of the Angular framework. We'll start by examining the directive `ngFor` that lets you loop over an array in the view.

Angular 6 Basics - Learn how to create Angular applications from scratch. Understand the Angular framework and learn how to use the features of the framework to create components and services. Use modules to organize your code. Build applications that call REST APIs and fetch data from a server. Implement routing to show multiple views with multiple URLs.

This course requires no previous knowledge of Angular or AngularJS.
Рекомендации по теме
Комментарии
Автор

I see at least 1 or 2 little details (example, syntax, logic, and interpolation) in every tutorial that I have not seen elsewhere. This helps me have different ways of thinking and not just have one way of thinking. Thank you!

User_Unknown_Anonymous
Автор

This is very good course . I have compared with many other tutorial . This is excellent .
He is explaining and driving course such way that anyone can understand . Thanks

rohitkulkarni
Автор

m glad i stumbled upon your tutorial. its like you know what the first time learner would ask, this makes you a level apart from others who are more focused on telling what they know instead of predicting the questions of first timer.

irfanharun
Автор

This is the best series for beginners.. Thanks a lot..

krantinaik
Автор

you are the best angular teacher! keep up the good work! Subscribed and liked

eman
Автор

very good... also explain basics step by step until reach in "ngFor"

oldcavalheiro
Автор

Man, thanks for tutorial ! You are great !

ДавронФайзиев-шу
Автор

I have a question. How can i access this local "phoneNumber" we are using in the ngFor inside my typescript file so i can do something else with the current value it has each time?

psychospoiler
Автор

why does the user member need to assigned values inside construtor?

sameernadgouda
Автор

can i use while getting data from api ?

aboualabbassbachir
Автор

I am not getting default bash option in terminal window, I am getting as powershell and in that I am not able to use ng commands. From where I can configure my Node command prompt.

ankitsachan
Автор

what do you use for the video effects?

ninjacat
Автор

Thanks for this very helpful tutorial. But I have a question, how are you able to select an existing project? For example now that you have created a second project, how will you be able to select your first project again? Thanks

ginoorcullo
Автор

the way he gives short examples is nice.Thank you if you need a referral at oracle do let me know

mohitmiglani
Автор

localhost:4200 already in use / every time / how to solve?

leemcalister
Автор

4:10 Assigning values can be done only inside method (constructor for examle)?? But this is working just fine also:

export class AddressCardComponent {

user = {
name: "Foo Bar",
title: "Software Developer",
Phone: [
"123-233-222",
"456-456-543"
]
}

constructor() {
}

}

DobermaNoviSad
Автор

How to create a drop down menu using ngFor ?

ramyak
Автор

You're the Internet's greatest teacher, and I've learned a lot from you in several different courses of yours, but the word is "assuming, " not azooming. In the IT department where I work, every employee from India always says, "azooming, " but it's an "s" sound, not a "z" sound.

brandonflorida
Автор

why there are no html and body tags in html file?

RohitKumar-lypb
Автор

How to I list in order? Let's say each items have number of likes, and I want to list them in the number of likes. Thanks!

justinlee