<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://ngop.onionbutler.com/blog</id>
    <title>NgOP Blog</title>
    <updated>2021-02-23T00:33:36.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://ngop.onionbutler.com/blog"/>
    <subtitle>NgOP Blog</subtitle>
    <icon>https://ngop.onionbutler.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Personal evolution of TDD (or "My history with TDD")]]></title>
        <id>/personal-evolution-of-tdd</id>
        <link href="https://ngop.onionbutler.com/blog/personal-evolution-of-tdd"/>
        <updated>2021-02-23T00:33:36.000Z</updated>
    </entry>
    <entry>
        <title type="html"><![CDATA[angular/DI/injection-token]]></title>
        <id>/angular/DI/injection-token</id>
        <link href="https://ngop.onionbutler.com/blog/angular/DI/injection-token"/>
        <updated>2021-02-23T00:33:36.000Z</updated>
        <summary type="html"><![CDATA[https://angular.io/api/core/InjectionToken]]></summary>
        <content type="html"><![CDATA[<p><a href="https://angular.io/api/core/InjectionToken" target="_blank" rel="noopener noreferrer">https://angular.io/api/core/InjectionToken</a></p><ul><li>How to create</li><li>Using factory with <code>inject</code> from <code>@angular/core</code> to inject dependencies</li><li>Tree shaking</li><li>Specifying where it should be provided with <code>providedIn</code></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[angular/DI/injector]]></title>
        <id>/angular/DI/injector</id>
        <link href="https://ngop.onionbutler.com/blog/angular/DI/injector"/>
        <updated>2021-02-23T00:33:36.000Z</updated>
        <summary type="html"><![CDATA[* difference in getting injections from with `injector.get` or by using `inject` method]]></summary>
        <content type="html"><![CDATA[<ul><li>difference in getting injections from with <code>injector.get</code> or by using <code>inject</code> method</li><li>injectors in lazy loaded modules</li><li>sharing injectors between lazy loaded modules</li><li>component scoped injector</li><li>creating new injections for components and not lazy loaded modules</li><li>visibility of injections from lazy loaded modules (they normally create new instances)</li></ul>]]></content>
    </entry>
</feed>