Angular 2 Github Application (RC6 Update)

preview_player
Показать описание
In this video we will build a Github profile search application with Angular 2 RC6.

This is an updated version of

Code is available at

12 PROJECT ANGULAR 2 COURSE -
Рекомендации по теме
Комментарии
Автор

Project completed successfully using latest RC7 or +
Thanks for the tutorials!

pukka
Автор

Exelente video muy agradable saber que enseñas cosas muy puntuales de angular 2, muchas gracias.

entregaTotalCucuta
Автор

Adding imports, declarations, and providers at the component level is deprecated. This was the big change that came with NgModule. You have to import the decorator from the Angular core, but that's it. You don't have to declare imports at every step now. Everything else goes into the module and can be pulled by any component within that module.

johnoverstreet
Автор

Thank you so much for this wonderful tutorial.

okohemmanuel
Автор

Hi Brad, have followed you tutorials on Node.js and im very fond of you as a teacher. After I tried to freeestyle build a web app in Node.js and fullpage.js but cannot get it to work. Maybe you could do a tutorial how to use them together or something similar. Best regards

boogies-chamber
Автор

It would be great if you can do a tutorial on rxjs, that would help to better understand how to connect angular2 with a backend REST api... Thanks for the tutorials

mda
Автор

thanks .. great tutorial. just want to understand how do you use nested component. they have removed the directive tags in the component now.

piyush
Автор

After having used both React and Angular2. Which one do you think is best ?

julixx_btc
Автор

Hello Mr. Brad, I'm currently following this tutorial as it is, but I'm using the RC7 version of Angular, I get "No provider for Http!" error in the browser's console when I test after adding the github.service file and the 'GITHUB' component doesn't show off after that (under 'Welcome'), I thought that the RC7 version has only bug fixes not something else... any proposed solution, BTW I want to stick with RC7 or + (I want to keep everything up to date). Thanks in advance.

ibraback
Автор

Please make a video how to deploy that application to heroku or github pages.

abggk
Автор

Is this still worth doing even with the current Angular Update?!
my current version is a stable 2.3.0 from the qs. Not sure if i should still begin

cfvyhlp
Автор

thanks for the video....but as the new update is out....when are you gonna update the videos...meanwhile im following the instructions from angular.io

kodatisaikiran
Автор

so awesome... please, how can i get all pull requests? its really urgent. Thanks
REPLY

marcelnwamadi
Автор

Hi man, i'm trying to set the default name once the app starts.
i did this

ngOnInit() {

this.username = "amrayoub";

}

but i still have to click enter to get the search done, although i did (keyup) function without enter, but it doesn't work automatically

amrayoub
Автор

"Error: XHR error (404 Not Found)" patched?

diegovinicius
Автор

If a wrong not existing username typed in we have errors in console.

how to fix it?

SeyferX