Posts

Showing posts from July, 2019

html 5intervie

https://www.code-sample.com/2015/05/html5-interview-questions-and-answers.html

angular inteview

Image
https://www.code-sample.com/2016/06/angular-2-interview-questions-and.html Home  /  Angular 2  /  Angular 2 *ng-for loop with live demo example  /  Angular 2 date format  /  Angular 2 Interview Questions and Answers  / Angular-2-data-binding  /  69 Best Angular 2 Interview Questions and Answers [Angular 2] 69 Best Angular 2 Interview Questions and Answers [Angular 2] Anil Singh   6:00 AM Angular is a platform that makes it easy to build applications with the web.  Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop.   AngularJs   Angular 2   Angular 4   Angular 5   Angular 6   Angular 7   Angular 8   TypeScript => View All Are you pre...

angalr

1). Introduction of New Angular 2/4/6 & features By  Unknown   -  August 07, 2018 What is Angular? The first version that was released is Angular1, which is also called AngularJS. AngularJS was based on the model view controller. Angular2 comes with lots of changes in ground level and framework which having component & model,Classes.  Angular 4  released in March 2017, recently  Angular 6 was released on May 4, 2018. Angular developed & maintain by  Google Developer . you can start from  Angular.io .  Angular 2/4 improved on that functionality and made it faster, more scalable and more modern. Many people were happy with the functionality that Angular 1.x afforded them. There are so many framework are their & all having their own favors. Why we choose Angular 2/4/6 over to other JS frameworks? Basketball!23 Angular is a more Structured framework that allows programmers to ...

angular intervview quesetion

Angular.io  is official good resource to lean Angular. And For Angular 2-4 you can used this one of best i have see  here https://www.tutorialspoint.com/angularjs/  is a good platform for learning the basics of AngularJS. You can download the pdf file for every tutorials that are available in it. What is AngularJS 2/4? - Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop -created by  google  development team. What is the difference between Angular 1(AngularJS) and Angular 2/4? -Angular 2/4 is complete re-created of Angular 1.In other word,it was completely rewritten from the ground-up. -Angular 1(AngularJS) is controller and $scope based and Angular 2/4 is based on an architectur...