Skip to content
  • Twitter
  • Facebook
  • Google+
  • GitHub
  • WordPress.com
yoUVcode

…Knowledge shared = 2 x Knowledge

  • Home
  • Angular
    • Angular CLI
    • AngularJS (Angular 1)
  • Java
    • JDK9 Features
    • Java Advance Concepts
  • UI UX Development
    • HTML
    • CSS
    • Javascript
  • JavaScript
    • Angular
      • Angular CLI
      • AngularJS (Angular 1)
    • jQuery
    • GruntJS – Javascript task runner
    • ReactJS
  • Interview Questions
    • Angular Qs
    • Aptitude
    • Java Qs
    • Javascript Qs
    • UI/UX
    • Git : Version control
  • Other(s)
    • Adobe Flex & Action script 3
    • Hibernate
    • IDE Tricks
    • Oracle SQL/PL-SQL
    • Servers
  • Contact

Month: March 2018

Difference between var and let in Javascript

March 28, 2018 youvcode

Main difference between var and let is Scoping. var keyword: var declare variable and optionally initialize the variable to a value. Syntax: var declarations, wherever it

Continue reading

What is Bower?

March 27, 2018 youvcode

Bower is a package manager for the web. Modern web development involves use of variety of technologies like CSS, Jquery, Angular, Backbone, Bootstrap, SASS, LESS, 

Continue reading

Promises in an AngularJS

March 14, 2018 youvcode

A promise is an interface that deals with objects that are returned or get filled in at a future point in time ( Basically, asynchronous

Continue reading

Services, Provider, Factory in AngularJS

March 12, 2018 youvcode

Services: Singleton objects that carry out the tasks necessary to support your application’s functionality. In built Angular services starts with $. for example. $http, $location,

Continue reading

difference between Link and Compile in angularJS

March 11, 2018 youvcode

Compile function: During compile phase Angular compiles your directive. this function is called only once for each references to the directive. Eg. You are using

Continue reading

ng serve to serve the angular application

March 6, 2018 youvcode

Prerequisites Node 6.9.0 or higher NPM 3 or higher Angular CLI Create a new workspace and generate a new sample application by running the following

Continue reading

Most Viewed

  • How to check if JavaScript Object is empty or not/How to check if Javascript Array object is empty or not
  • How to determine if the variable is undefined or null in AngularJS?
  • java.lang.ClassCastException: org.hibernate.impl.CriteriaImpl cannot be cast to com.YourClass
  • Anchoring using AngularJS - $anchorScroll and yOffset
  • difference between angular.copy & angular.extend
  • Why List = new ArrayList() ? in Java
  • Check if element is visible or hidden in jQuery?
  • How to Justify text in pdf using jsPDF!

Tags

Angular Angular 4 Angular Basics AngularCLI Angular Directive AngularJS AngularJS Framework angularJS Interview question array array_reverse() Associative Array class CSS dom Eclipse enum ES5 ES6 Git Hello World HTML HTML5 Installation interface Interview Questions InterviewQuestions Introduction Java Java collections Java Programming Javascript javascript basics Javascript Interview Questions jQuery jshell ng directive ngIf nodejs npm OOPs php PHP Interview Questions Programming routing Tutorial

Like us on facebook

Like us on facebook

Blog Stats

  • 31,899 hits

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 51 other subscribers

About yoUVcode

yoUVcode.com is a blog for Java and AngularJS developers.

All examples are simple, easy to understand and well tested before publishing.

Authors

yoUVcode.com is created, written and maintained by
Umang Parekh, Vinay Gulati & Saurabh Dwivedi.

 

Archives

  • December 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • January 2019
  • October 2018
  • August 2018
  • July 2018
  • June 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017

Categories

  • Twitter
  • Facebook
  • Google+
  • GitHub
  • WordPress.com