compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

Angular 4 compatible? #85

Open N3Wolf opened 6 years ago

N3Wolf commented 6 years ago

I tried to use this in my Project (MEAN stack with angular 4) and it seems they are incompatible. I cant(or dont know how to) use angular.module('app', ['bootstrapLightbox']); so, i keep the pattern of my project and used import { NODE_MODULE } from 'NODE_MODULE_NAME';

This resulted in several erros in the console, most of them with the message: "angular is not defined"

So, is this compatible with angular 4?