Giter Site home page Giter Site logo

Comments (7)

flauc avatar flauc commented on May 18, 2024

I've only ever used systemjs as the module loader on my angular2 projects. But i have tested this library on a webpack starter project and didn't have any errors. This is the starter project i used link. You could also have a look at this issue if it helps #5

from angular2-notifications.

fxck avatar fxck commented on May 18, 2024

I'm using the most popular one out there https://github.com/AngularClass/angular2-webpack-starter

from angular2-notifications.

flauc avatar flauc commented on May 18, 2024

Let me try and set it up.

from angular2-notifications.

fxck avatar fxck commented on May 18, 2024

It's using angular beta11, which means you'll be getting some zone errors as well, but don't mine those, it's not fault of your lib.

from angular2-notifications.

flauc avatar flauc commented on May 18, 2024

Hey. I've figured out what the problem was. Everything actually works as expected but for some reason this webpack-starter expects to find the source ts files in the angular2-notifications library.

So if you were to clone this repository and copy the src file to the node_modules/angular2-notifications folder in the webpack-starter you wouldn't get the warnings and everything would work just as before.

This is weird because i always thought that not including the src files in the published library is the right way to go. Because it really isn't necessary and it increases the size of the library. It's also not a problem with webpack in general just with this starter.

But like i said the library works with this webpack-starter either way.

from angular2-notifications.

flauc avatar flauc commented on May 18, 2024

Hope this helps.

You can also clone this repository in to your project and it would work with out throwing the warnings. Only the src folder is needed if you choose this approach.

from angular2-notifications.

flauc avatar flauc commented on May 18, 2024

I think you should also consider switching to the system.js module loader. It's what the angular2 team recommends and you'll notice immediately how much less configuration is required to get started.

from angular2-notifications.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.