antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

best practice in defining global deps

nmorado opened this issue · comments

<Have you checked issues section which may have your similar issue?>

Issue Overview

I am trying to add Tether (required by Bootstrap 4) - but is not getting picked up in the build.

Issue Description

I am trying to add Tether (required by Bootstrap 4) - but is not getting picked up in the build. This is probably a SystemJS question, but wondering if the starter app has this covered.

Reproducables

<Please explain the way to reproduce your issue, or even better with Plunker link>

Information

Operating System N/A
Node version N/A
NPM Version N/A
Environment N/A

do you mean this tether?
they support bower package so it can be build using useref
but if you use the npm package, you need to register it here, and import them in ts file (and yes, you need to install its typing too to satisfy tsc)

bower it is. thanks