In this lesson we will talk about classes in TypeScriptIn this video we'll discuss Access modifiers (public, protected, private) Inheritance Readonly class properties Getters and setters Abstract classes...
JavaScript
TypeScript. Interfaces
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...
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...
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....
AngularJS + AngularJS Material + WooCommerce API. Remove products
There are two button in product list page - "Delete product" and "Edit product". Today we'll add functionality for "Delete product" button. Also we'll make "removeTags" filter for removing html tags from product description...