Caballerog / ng-transclusion

Angular's ng-template and transclusion - Presentation step by step

Home Page:https://caballerog.github.io/ng-transclusion/slides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular's ng-template and transclusion

Content projection, what is it?

"Content projection (also known as transclusion) is a way to import HTML content from outside the component and insert that content into the component's template in a designated spot."

This repo is a presentation of ng-template and transclusion.

Assumptions

  • angular cli (project generated with version 7.1.0)
  • yarn (dependency management)

Presentation

You can get the presentation from this link which is built using reveal.js.

Topics

Contents

Useful Commands

  • ng serve - Run in frontend development mode on port 4200.

About

Angular's ng-template and transclusion - Presentation step by step

https://caballerog.github.io/ng-transclusion/slides

License:MIT License


Languages

Language:JavaScript 55.0%Language:CSS 31.0%Language:HTML 12.5%Language:TypeScript 1.5%