AWESOME!!! One of THE BEST Presentation ever seen. Appreciate for sharing the videos. Thanks a lot. :)
@arunbm1237 жыл бұрын
very brilliant. You have prepared the tutorial Script very well and meticulously.
@dipinraman3037 жыл бұрын
you videos are really helping me and many to understand the concepts well.Thank you!!
@shitalpalve12724 жыл бұрын
It is not showing error for me if I used single quote in template for more than one line. it is giving accurate output.
@abdoessamsarhan69117 жыл бұрын
thanks sir for sharing knowledge . excellent tutorials
@ThumbIKR6 жыл бұрын
Thank you sir for this Angular 2 tutorial series. Please sir make tutorial series on Angular 4 :)
@Csharp-video-tutorialsBlogspot6 жыл бұрын
As you might already know, there is a massive difference between Angular JS 1 and Angular 2. However, there is no much difference between Angular 2, Angular 4, Angular 5 and Angular 6. The way we build angular applications using Angular 2, 4 or 5 is very identical. The following video explains the difference between angular versions kzbin.info/www/bejne/mHLbY3-dhrGeopo If you are starting to learn Angular, I suggest start with Angular 2 at the following link. kzbin.info/aero/PL6n9fhu94yhWqGD8BuKuX-VTKqlNBj-m6 And then Angular CRUD tutorial at the following link. This tutorial uses Angular 5 and covers all the concepts we were not able to cover in Angular 2 tutorial. kzbin.info/aero/PL6n9fhu94yhXwcl3a6rIfAI7QmGYIkfK5 I believe Angular CLI is a great tool to increase your productivity. So I suggest learn Angular CLI as well. kzbin.info/aero/PL6n9fhu94yhWUcq5Pc16uf8YKXoZ87Vh_ Hope you will find these resources useful to learn Angular.
@npkonstan16817 жыл бұрын
Thanks a lot for teaching us!
@mayank500007 жыл бұрын
Hi Venkat Why I am getting this error. "(systemjs) unexpected token ] syntaxerror unexpected token"
@agkumar87327 жыл бұрын
Hi Venkat, Current version of angular is 4. Then what is need of learning angular 2. Like angularJs 1.x will we have to learn the complete set of new things in angular4? Please record a video to avoid this confusion.
@Brand737 жыл бұрын
a gouri kumar yes. I have the same concern.
@npkonstan16817 жыл бұрын
Angular 1.x is the previous older version of the framework, Angular 2 is a total re-wright of the framework, same name but different. Angular 4 is the newer version of Angular 2, We have to learn Angular 4, here is the official link angular.io/
@naveenkumar-bz3rg7 жыл бұрын
Angular 4 came with minor updates from angular2, angular 2 is mandatory to learn.Happy Codding.
@DjProGamerMan7 жыл бұрын
angular 4 is simply angular 2.4 , only few changes were made !
@ihsanullah40587 жыл бұрын
Thanks sir for sharing knowledge....
@atiqachaudhary23467 жыл бұрын
can i use atom for coding instead of visual studio ?
@Yozik27 жыл бұрын
Is it possible refer the templateUrl property to a controller view address that renders the html via the razor engine?
@npkonstan16817 жыл бұрын
Angular's template is used to front end -the browser- Razor engine views are created to the back-end -the server- I don't think is possible to mixed them, but someone may be know better!
@vishnuthakur8377 жыл бұрын
But sir, If we have to use multiple html references then what should to do???
@atiqachaudhary23467 жыл бұрын
And also ...........please explain me if i have to use multiple html references then what should to do ?
@sanatanShishya15216 жыл бұрын
your videos are very nice sir, i fell your mic is somewhat more close and it's sound is too pinning my ears. plz improve it.
@kalyansoma69227 жыл бұрын
in the templateUrl instead of app if we gave ./app.component.html - there were no errors . whats the reason sir ?
@KevinPiattAdmiralP6 жыл бұрын
The dot (".") represents the parent directory of the file you are referencing. Using two dots ("..") would then represent the next directory up from the first. So in this case two dots would represent the "src" directory. So the "." and "app" are interchangeable and both will work. Perhaps one of responses here will explain it a bit better than I am: superuser.com/questions/37449/what-are-and-in-a-directory
@sumersinghrana88687 жыл бұрын
what is system js?
@sumersinghrana88687 жыл бұрын
system js
@npkonstan16817 жыл бұрын
System.js is a javascript library, It is used from Angular to load modules -js files- dynamically github.com/systemjs/systemjs
@pradeepyande22065 жыл бұрын
cannot load app.component.ts. No any error. index.html not loading. only startup pg loaded.
@gmdarsh7 жыл бұрын
super video Thank you sir
@shreyas92047 жыл бұрын
Hi, can someone tell me what this means? Severity Code Description Project File Line Suppression State Error Build:Class 'Subject' incorrectly extends base class 'Observable'. Angular2 D:\SoftwareLearning\OnlineLearningCodes\Angular\Angular2\Angular2 ode_modules xjs\Subject.d.ts 16 I got this error while testing the code that we saw in this video... Thanks in advance...