In this lesson we'll talk about interfaces in TypeScript.As we know, JavaScript has got several build-in types. But in our programs we often use objects with different structure and nesting. For typing these interfaces interfaces are used. Interfaces description can...
Tutorials
TypeScript. Types
TypeScript is the superset of JavaScript with strict types. TypeScript realize the most modern ECMAScript features.In this video we'll consider types in TypeScript, including enum, any and...
Sass intro. Part two
In last lesson we began to learn Sass CSS prerpocessor. Today we'll consider other Sass...
Sass intro
In this video we will begin to work with popular frontend tool - Sass css preprocessor. CSS preprocessors let you write "dynamic css". In fact CSS become programming language (with variables, loops, conditions etc).In this video we'll install sass to our node.js...
Node.js. Install packages
In this tutorial we'll consider common npm commands (install and uninstall packages), flags and shortened commands versions. Also we'll install some library packages, which we'll consider in next...
Install Node.js on Windows
In this video we'll install Node.js - the program platform for developing server-side javascript applications.Firsr of all you need download node.js from the official web site. It's recommended to use LTS version (currently 12.16.1). Current version (13.9.0) can...
AngularJS + AngularJS Material + WooCommerce API. Load more products
In this tutorial we will finish to develop our simple angularjs + angularjs material + woocommerce api dashboard. In this video we'll ad the button to load more products to products list page. WooCommerce API loads only 10 products, using page parameter. To load more...
AngularJS + AngularJS Material + WooCommerce API. Add and update product
In this tutorial we will add API calls for updating and adding product...
AngularJS + AngularJS Material + WooCommerce API. Edit product
In last lesson of this year we'll make form for product data and the method for update product data There is md-input-container directive for add product data fields....