CNSKnight / systemjs-plugin-text

Text plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text

SystemJS's text loading plugin. Text is loaded from the file into the variable as a string.

Basic Use

import myText from './mytext.html!text';

Unsupported syntax

// Do not do this
// Avoid curly brackets when using this plugin
import {myText} from './mytext.html!text';

About

Text plugin

License:MIT License


Languages

Language:JavaScript 63.9%Language:HTML 36.1%