Angular is a framework from Google for creating client applications. First of all, it is aimed at developing SPA-solutions (Single Page Application), i.e. single-page applications. In this respect, Angular is the heir of another framework AngularJS. At the same time, Angular is not a new version of AngularJS, but a fundamentally new framework. Angular provides … Read More “What is Angular” »
Category: Angular JS
Angular JS
Angular JS
There are many unpleasant things about using switch: the procedural control flow, the non-standard syntax of code blocks – in javascript, curly braces are used as standard, in the switch construct they are not. In general, switch syntax is not the best example of javascript. We have to manually add a break for each case, … Read More “Problems with switch” »
Angular JS
Today we’re going to continue with ngRoute, and we’re going to use routeParams. What are these? When we want to refer to a particular post, for example, we will have a dynamic id. Let’s give it a try. If we look in the browser and write #/posts/232 we see that when we enter any id … Read More “Writing a mini blog with $routeParams in AngularJS” »






