danielepiccone / ng-pageslide

AngularJS sliding panel for serving additional content from off the page
http://danielepiccone.github.io/ng-pageslide/examples/
452 stars 162 forks source link

Can you add angular Typescript project example? #174

Open davvit opened 7 years ago

davvit commented 7 years ago

Having hard time importing the directive from npm folder.

what do i need to import in my fooo.module.ts file from the node_module folder? i tried this and it does not work.

import { pageslide-directive } from 'angular-pageslide-directive';