Nitay Neeman's Blog

Building a Custom Element Using Angular Elements

January 20, 2018 5 min read Angular

Today, we're going to experiment with a rendering of an Angular element (which is wrapped by Web Component) inside a non-Angular project, such as React.

ECMAScript - A Taste from ES2018 (ES9)

January 5, 2018 4 min read ECMAScript

Let's explore two new minor features that were approved by the TC39 committee and are going to be part of the ECMAScript 2018 specification.

Angular - Using Single Subscription for Multiple Async Pipes

December 29, 2017 2 min read Angular

Learn how to subscribe for an observable once with multiple async pipes using 'as' keyword and local template variable.

How to Add Third-Party Library in Angular CLI

December 22, 2017 3 min read Angular Angular CLI

Today, we're going to figure out what are the ways to install and use third-party libraries in an Angular CLI project.

npm - Understanding Scoped Packages

December 8, 2017 4 min read npm

This article explains what scopes are in regard to npm packages - focusing on how to create, publish and install them.

Setting Up a CSS Preprocessor in Angular CLI

November 29, 2017 1 min read Angular Angular CLI

Would you like to integrate your favorite CSS Preprocessor (Sass/SCSS, Less or Stylus) with Angular CLI?

Angular - Solving a Styling Issue for Rendered Components

November 24, 2017 1 min read Angular

In case you're familiar with the situation that the browser doesn't render your Angular components correctly - this post is intended for you.

Git - How to Solve `'git/index.lock': File exists` Error in Submodules

November 7, 2017 2 min read Git

While I was working on this blog, I faced with that error several times. In this post, we'll look into a quick hacky solution for this issue.

Chrome DevTools - Things You Should Know about Console

November 4, 2017 3 min read Chrome DevTools

A bulk of useful tips and tricks regarding the Chrome DevTools Console.

Restructuring an Angular Application with Feature Modules

October 11, 2017 7 min read Angular

In this article, we're going to examine the directory structure of a monolithic Angular application and restructure that application through the feature module concept.
Newer
Older

© 2021, Nitay Neeman. This work is licensed under a Creative Commons Attribution 4.0 International License. You're free to share and adapt as long as you provide an attribution.