Articles in this series
Easy Way First, let’s see the easy way of passing data between components. With this method, you can completely disregard the inheritance and other...
HammerJS It allows you to perform many different gestures, usually used on the mobile screen. Integration with Angular Install hammerjs using the...
ElectronJS If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies...
Angular Installation To go to wanted directory in cmd prompt: cd *name of folder that you want angular to be installed in* To create a new...
DATA COMMUNICATION: (1) String Interpolation is used for outputting variables. Syntax: {{*var name / func name*}} (2) Property Binding is used for...