The HTML5 support all modern browsers. Cross browser compatibility is very important. How can we make sure that our website give smooth and seamless user experience across all browsers that your target audience may have access to, be it firefox, chrome, or even internet explorer. Making your website cross browser …
Read More »Monthly Archives: November 2018
AngularJS Dependency Injection
The dependency injection (DI) in angularjs is an important application design pattern. The dependency injection implements inversion of control for resolving dependencies and also it is a software design pattern. AngularJS provides a supreme dependency injection mechanism. AngularJS contains the following core types of objects and components: Value Factory Service …
Read More »