39 private links
A set of directives to simplify your workflow with BEM-markup in Angular applications.
Catalog of 331 Angular 2+ components & libraries.
Here's a secret: You may not need scroll events in your next app. Using an IntersectionObserver, I show how you can fire a custom event when position:sticky elements become fixed or when they stop sticking. All without the use of scroll listeners.
Larder is for bookmarking things on the web you'll need again. It's perfect for curating lists of libraries, tools, and reference material.
[Pinboard alternative] LinkLocker is a fast and convenient bookmarking service that respects both your privacy and the security of your data. There are easy ways to save links into your account from anywhere you might be on the Web, right from within the browser on any device.
The Renderer2 class is an abstraction provided by Angular in the form of a service that allows to manipulate elements of your app without having to touch the DOM directly. This is the recommended approach because it then makes it easier to develop apps that can be rendered in environments that don’t have DOM access, like on the server, in a web worker or on native mobile.
CSS Grid vs. Table — In Hand To Hand Combat
Rally is a personal finance app that uses Material Design components and Material Theming to create an on-brand experience with a data-driven aesthetic.
Target elements if they are focused or contain a focused element with a PostCSS plugin and Javascript script
Let’s say that you’re working on an Angular 4 app that displays some images. You want to add a directive you can apply to any image tag to make it look fancy when you mouse over it. You also want a component that will take up 100% of its parent container’s width and display an array of images in a flex row. Let’s call these FancyImageDirective and ImageRowComponent.
Sass variable loader for webpack
Polyfill for CSS position: sticky
@HostBinding and @HostListener are two decorators in Angular that can be really useful in custom directives. @HostBinding lets you set properties on the element or component that hosts the directive, and @HostListener lets you listen for events on the host element or component.
Angular file uploader is an Angular 2/4/5/6 file uploader module with Real-Time Progress Bar, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more
Running outside can be tough on your shoes. They'll face the wear and tear of mud puddles, dirt roads and pavement. Some simple maintenance can get out grass stains and scuffs, and keep your shoes looking fresh, even when they're worn. Here is our guide to cleaning and maintaining your trainers.
certainlyakey starred jannicz/ng-svg-icon-sprite
Mercurial handles more complex merge cases, too. It is not all that uncommon for two people to edit the exact same lines of a file, and then have to figure out what to do. These cases are called conflicts; figuring out what to do about a conflict is called resolving it.
In ES6/ES2015, you can import json file in your code.