Angular 9 Tutorial For Beginners #10 - Components

Angular 9 Tutorial For Beginners #10 - Components

ARCTutorials

4 года назад

31,170 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sreenivasa Rao K
Sreenivasa Rao K - 29.07.2020 18:42

todo.module.ts changes

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { CompletedtasksComponent } from './completedtasks/completedtasks.component';

@NgModule({
declarations: [CompletedtasksComponent],
exports: [CompletedtasksComponent],
imports: [
CommonModule
]
})
export class TodoModule { }

Ответить
Vaibhav Sharma iiitu
Vaibhav Sharma iiitu - 05.07.2023 11:27

Sir I have mailed you please share the notes

Ответить
srinu pendem
srinu pendem - 30.07.2022 19:57

Sir, Could you please share notes.txt

Ответить
yadhi M
yadhi M - 28.02.2022 20:44

Bro place send all the notes 🙏🙏🙏

Ответить
Janardhana Reddy
Janardhana Reddy - 23.07.2021 11:32

Hi sir,
Please share angular9 notes in this mail ([email protected])

Ответить
Venugopal Palabandla
Venugopal Palabandla - 16.07.2021 13:51

Hi Sir, please provide that notes ..

Ответить
AKASH Khochade
AKASH Khochade - 01.07.2021 13:07

I m just start angular .which version should I learn ?

Angular 9 or 12

Ответить
Raghav R
Raghav R - 20.06.2021 11:08

Hi Sir, when I generated a component inside a module and trying to import only the module in app.module.ts and then when I try to call that component from app.component.html. It wont show

Ответить
Dinesh Kumar
Dinesh Kumar - 23.05.2021 06:56

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { FirstcomponentComponent } from './firstcomponent/firstcomponent.component';
import {TodoModule} from "./todo/todo.module";

@NgModule({
declarations: [
AppComponent,
FirstcomponentComponent,

],
imports: [
BrowserModule,
AppRoutingModule,
TodoModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }





sir this is my app.component code its not working sir what is the problem??

Ответить
Dammu Suresh
Dammu Suresh - 22.05.2021 13:00

Sir plz share notes

Ответить
Madhan Saravanan
Madhan Saravanan - 20.05.2021 17:44

Hello sir, first of all thank you very much for this tutorial, its of great help to people like us. Especially, in this video end, while performing ( Including component from other module into app module, throws an error. Also i was trying to get the solution from this video, Howeever, that part is missing, kindly advice

Ответить
syed mohd Adil
syed mohd Adil - 17.05.2021 23:30

What if we don't have module inside task and we try to create 1 more compenent inside task what will happen?

Ответить
KIRAN KUMAR
KIRAN KUMAR - 05.05.2021 18:07

Hi Sir,
Only after giving
exports: [
CompletedTasksComponent
]
in the todo.module.ts i was able to get the contents of the completed-tasks component to the app.component.html page
Till that time it was showing error.

Ответить
Rakesh Singh
Rakesh Singh - 05.05.2021 12:59

Sir could you please make a tutorial series on JavaScript. Thanks in Advance.

Ответить
Sathiamoorthy Ramadoss
Sathiamoorthy Ramadoss - 27.04.2021 09:45

Where can i find the notes which you taken in the video? i am on 10 video now. need to refer few in back. just now noticed you asked to send email on soorya.aaradhya@@t. i have sent it.

Ответить
Sara kat
Sara kat - 26.03.2021 02:43

I would be grateful if you could send me the whole notes about angular

Ответить
dikshith p k
dikshith p k - 13.03.2021 14:55

hai sir .. i am very happy to go through your tutorial ..you have taken lot of patience to get it delivering it in details.. i m very thankfull to you . i have one more question for you ..?I am studying to become full stack developer ..and i have 2 years of experience (.net domain)kindly suggest me details of going through step by step what and all i should be knowing ...? In the mean while can you please....pass your number or email ...will catch up for coffee some day ...?

Ответить
Siba Prasad Dalai
Siba Prasad Dalai - 23.02.2021 20:06

Towards the last of ur tutorial u forgot to tell in order to use component from another module we have to export the component in other module and import the other module into current module. I struggled to achieve and googled it to overcome the issue.

Ответить
Hasini Dayananda
Hasini Dayananda - 22.02.2021 18:50

can you share this Notes

Ответить
Yusuf saif
Yusuf saif - 15.02.2021 18:29

sir please share notes

Ответить
Tirtharaj Ghosh
Tirtharaj Ghosh - 11.02.2021 08:34

Hi sir, what will happen if I changed the name of the selector with another name. and why <app-root> is written in the selector.

Ответить
Atharva Gondhalekar
Atharva Gondhalekar - 10.02.2021 08:49

Hello Sir,
The tutorials are really great!!
Can you please explain why we added : exports: [CompletedTasksComponent]
to the todo.module.ts?
Was not able not get that part
Thank you!

Ответить
Dinesh Rao
Dinesh Rao - 26.01.2021 06:00

Where can i find the notes?

Ответить
shubham kumar
shubham kumar - 21.01.2021 08:36

@ARC Tutorials
Hi sir, please explain for why do we need to exports: [CompletedTaskComponent] in todo.module.ts,
While we do not need to exports[TaskComponent] in app.module.ts file ?

Ответить
Nymar Fernandez
Nymar Fernandez - 14.01.2021 10:59

Hello @ARC Tutorials, I am sending my HUGE GRATITUDE for your clear and very informative way of teaching about AngularJS. I felt so hopeless for the past days searching for good tutorials about AngularJS but then I found yours. YESSSSS! 😊😊😊

I hope your channel will be recognized by others especially those who are developing web programming skills. 😊😊😊

If you don't mind, Is there any website or platform that we can get a Certificate? I think you are fit to teach in on-demand courses online like Udemy, etc.


Anyway, Thanks a lot Again! 😊😊

Ответить
siva jyothi putha
siva jyothi putha - 11.01.2021 11:57

Hi Sridhar,
First I created the components app.module.ts is updated. How can I delete the component. How can add same component in different place.

Ответить
DALJIT KAUR
DALJIT KAUR - 09.01.2021 11:42

Sridhar Sir,
The way you explain each topic is simply awesome. These tutorials helps me a lot in understanding Angular. Your sacrifices don't go unnoticed. It would be even more helpful for me if you provide notes.

Ответить
hyperledger fabric
hyperledger fabric - 02.01.2021 08:23

Thanks Sridhar, your way of explaining the topic is great .The conent and the representation is outstanding .It will be more helpful for me if i get the notes for angular9 tutorials.

Ответить
panguluri ramesh
panguluri ramesh - 24.12.2020 08:22

Can u do a video for type script syntaxes pls

Ответить
Jhourlad Estrella
Jhourlad Estrella - 16.12.2020 03:16

"Com-ponents" LOL

Ответить
nikhath tabassum
nikhath tabassum - 11.12.2020 19:49

there is an error after adding todomod to appmodule.ts file,so could you please give the solution

Ответить
Bramhendra Mangalore
Bramhendra Mangalore - 03.12.2020 22:49

Hi Sir,
I have 50 components in my application. I want to add header to all of them. how can I achieve this? could you pls explain littlie bit more.

Ответить
Prem Kumar Ankaiah
Prem Kumar Ankaiah - 03.12.2020 02:58

I am not getting the contents of app-completed-tasks component dsplayed in the final output. I am getting only 'List of completed tasks'. 'completed-tasks works!' is not displayed. I have exported the component from 'TodoModule' as 'exports:[CompletedTasksComponent]' suggested by Sree.

Ответить
venkata sai nikhil
venkata sai nikhil - 06.11.2020 10:06

Sir can you provide me this notes
This tutorial helps me a lot in understanding angular

Ответить
Raja Sekhar
Raja Sekhar - 29.10.2020 08:55

one small dht i dont no that its exactly question or not when i was created todo module here its doesnt contain exports section defaulty thts y i got the error while on the time of adding the tasks completed component to appcomponent y like that happen but the prob was solved y the exports:[completedtasks component] not came defaulty in the to do module .sreedar bro

Ответить
Amala Dharmana
Amala Dharmana - 24.10.2020 09:29

Hello sir, I have a doubt if we do a particular project or start a project how we will know that which components and modules or anything we have to generate regarding our project.

Ответить
Mohamed Hanfy
Mohamed Hanfy - 21.10.2020 20:07

can you send me your notes

Ответить
Suraj Kumar
Suraj Kumar - 18.10.2020 14:22

Hallo sir
what are the backend technology we can use with angular as a sever like nodejs.. And???

Ответить
Suraj Kumar
Suraj Kumar - 17.10.2020 21:00

Hallo sir how can we generate a component in a specific module.

Ответить