Angular
Angular & Redux
Introduction To State Management With Angular 4 The concept of Single Page Web Applications is great for building modern web-based applications. However as more and more applications are being transferred into the browser the complexity and the amount of data which needs to be managed is consistently growing. Many modern web frameworks, [...]
Angular Material – Part 3: Navigation (Menus, Sidenavs and Toolbars)
Material Design Components For Angular Part 3: Navigation This is the third part of the Angular Material series on CodingTheSmartWay.com. In this part we’ll be focusing on Navigation elements like Menu, Sidebar and Toolbar. Of course this third part assumes that you’re familiar with the Angular Material library in general and [...]
StackBlitz – Online Code Editor For Angular and React
StackBlitz is an online IDE which supports Angular and React development projects out-of-the box. The guys from thinkster.io have created that great project to make it as easy as possible to get started with your Angular or React project without the need to deal with installation of dependencies or create a build configuration. [...]
Angular Material – Part 2: Popups & Modals (Dialogs, Tooltips and SnackBars)
Material Design Components For Angular Part 2: Popups & Modals This is the second part of the Angular Material series on CodingTheSmartWay.com. In this part we’ll be focusing on Popups and Modals. Furthermore this second part assumes that you’re familiar with the Angular Material library in general and that you [...]
Angular 4.3 HttpClient (Accessing REST Web Services With Angular)
In Angular 4.3 the new HttpClientModule has been introduced. This new module is available in package @angular/common/http and a complete re-implementation of the former HttpModule. The new HttpClient service is included in HttpClientModule and can be used to initiate HTTP request and process responses within your application. Let’s [...]
Angular Material – Introduction
Material Design Components For Angular Part 1: Introduction Created and designed by Google, Material Design is a design language that combines the classic principles of successful design along with innovation and technology. Google’s goal is to develop a system of design that allows for a unified user experience across all platform. [...]
Top 3 Angular 4 Online Courses
Angular 4 is out and it’s time to take a look at the best online courses for starting out with this new framework version. After having releases Angular 2 the Angular team decided to switch to semantic versioning. This means that version numbers are meaningful. Breaking changes will always result in a new major versions of the [...]
Choose your favorite front-end framework
Front-end development frameworks in 2017 At the moment many new JavaScript frameworks gaining traction and have already taken front-end web development to a new level. A persisting trend is the development of single-page web application and componentization. This leads to a better user experience and makes development easier and complex [...]
Using Bootstrap with Angular
Bootstrap is the most popular HTML, CSS, and JavaScript framework for web front-end development. It’s great for developing responsive, mobile-first web sites. The Bootstrap website is available at http://getbootstrap.com/. The Bootstrap framework can be used together with modern JavaScript web & mobile frameworks like Angular. [...]
Angular 2 Firebase Authentication
The Firebase platform is a perfect fit for your Angular 2 web or mobile application as it offers various useful backend services as real-time database, storage, notification, authentication etc. In this tutorial you’ll learn how to make use of the Firebase authentication service in your Angular 2 application. We’ll start from [...]