<negue />

šŸŒ™
ā˜€ļø

7 posts tagged with "angular"

Senstate - Updates, C#-Client and a future look

Posted on June, 2020
Example Senstate Gif Demo Finally after some months I worked a bit on Senstate again. I had some features already "done", but only some days ago I merged the PR. Senstate v0.3 New features: Groupā€¦
Read full post

Dynamic Layout parts in Angular

Posted on December, 2019
The "Problem" While working on a simple application I wanted to show some content in the title / header bar, but this should be only visible on a specific route. header.component.html: 1st solutionā€¦
Read full post

Lazy Loaded Components - #4 NPM-Package

Posted on December, 2019
Proudly presenting Finally, the demo-repository and loader package is done. Here are some of the changes: -Helper Like the C# Lazy-Class, I created a simple helper, which holds the lazy-Value onceā€¦
Read full post

Lazy Loaded Components - #3 Extending the Loader

Posted on October, 2019
Adding a loading Placeholder With the current Loader, you can set a placeholder (e.g. a button to trigger the loading) and once it's loaded + created the content of the loader will be switched to theā€¦
Read full post

Performance: Tree-Shake with environment.ts

Posted on September, 2019
You probably get to the point where you only need modules that has to be there during development but not in the production build. For example: I use nearly all the time while developing. In orderā€¦
Read full post

Lazy Loaded Components #2

Posted on September, 2019
Extending the features of the component-level lazy loader thanks to Ivy Continue from Part 1: 1. Inject services into lazy-loaded components: Since the loader uses the same injector-Instance we canā€¦
Read full post

Lazy Loaded Components in Angular

Posted on August, 2019
Back in the old AngularJS Days I had a little playground app where I could lazy load nearly everything. Ever since Angular 2 came out, I searched every few months about lazy loading components. Someā€¦
Read full post