
Content Projection in Angular Element With Slot in Angular 7.0
We take a look at a few new techniques Angular developers can use to perform content projection in Angular 7. Read on to get started!
Container Components with Angular
With the Model-View-Presenter design pattern it is easy to use any application state management library or pattern whether its a redux-like state container like the NgRx Store or simply plain old services as in the “Tour of Heroes” Angular tutorial.

Angular 7 CRUD Example | MEAN Stack Tutorial From Scratch
In this article, we will be creating a sample Angular 7 application step by step from scratch and perform CRUD operations. The backend API will be exposed using Node.js, and Express framework and MongoDB will be used for persistent storage of the data. We will be using Angular CLI 7 to generate the boilerplate project

Want to win $50 by answering a 12 question survey on Angular, Web and Mobile?
We want to learn more how you are/want to developing apps for mobile and web. We will use this info to make NativeScript even more awesome. Tell us what you think by answering our quick 12 question survey and we’ll enter you in a random drawing for one of 3 $50 Amazon gift vouchers. The drawing will take place Nov 20th and we will contact the winners by email.
5 Reasons to Use Angular Elements
From Day 1 the Angular team at Google had the goal of building the world’s preeminent next-generation framework on top of web standards.

Diving into the Kendo UI Grid with Angular
Curious to learn more about everything the Kendo UI Grid for Angular can do? Check out this guide to see how you can quickly put together a user-friendly and dynamic grid.
Theming Angular
Angular components have this interesting behaviour called ViewEncapsulation — it makes style defined for a component limited in scope to only that specific component. Depending on its setting, overriding these styles though can be tricky though. How then we can go about theming Angular applications?