UNPKG

knockout-webpack-ts-quickstart

Version:

Quickstart project for knockout.js + TypeScript + decorators with Webpack2.

9 lines (6 loc) 234 B
// Library main file. // See package.json "main" property. export * from "./lib/KoDecorators"; export * from "./app/components/AppComponent"; export * from "./app/components/ChildComponent"; export * from "./app/AppModule";