Git Product home page Git Product logo

Comments (10)

chadjougit avatar chadjougit commented on August 26, 2024 1

tnx you for your job, we appreciate you : )

from ng-busy.

figuerres avatar figuerres commented on August 26, 2024 1

@marciomsm
as of right now you can download the code and use the source code as an angular 2 feature module.
100% working for me with anngular-cli builds.

the main thing i did was to update the module dependency to current npm packages.

this week as time allows from my day-job i will get the code into an npm package build so that it's not a manual install.

after that i will look at issues and other updates to make.

if you have any issues using the code let me know and i will try to help you.

from ng-busy.

marciomsm avatar marciomsm commented on August 26, 2024

Hi! Do you have some update on this component? Are we able to use it already?
Thanks.

from ng-busy.

marciomsm avatar marciomsm commented on August 26, 2024

Hi @figuerres...do you know when it will be available into the npm package? Thanks and great job...

from ng-busy.

figuerres avatar figuerres commented on August 26, 2024

Been really busy with my "day job" i might get it this weekend if no then next week for sure.

from ng-busy.

marciomsm avatar marciomsm commented on August 26, 2024

ok, thank you!

from ng-busy.

marciomsm avatar marciomsm commented on August 26, 2024

Hi @figuerres I am using the source code as an angular 2 feature module, but I have a question. How can I change the default configuration?

If I use the code below, I get the same error from angular2-busy:

NgBusyModule.forRoot(
new BusyConfig({

  })

)

Thanks for your help.

from ng-busy.

vanroda avatar vanroda commented on August 26, 2024

Hi @marciomsm , if you are using the source code you can change the config defaults directly and skip the forRoot() method. You also need to change the BusyConfig constructor.
constructor() { for (const option in BUSY_CONFIG_DEFAULTS) { this[option] = BUSY_CONFIG_DEFAULTS[option]; } }

@figuerres, when running in prod mode we get an error message 'angular runtime compiler not loaded' which has probably to do with using DynamicComponent and aot. Are you experiencing the same ?

Tx.

from ng-busy.

figuerres avatar figuerres commented on August 26, 2024

Thank you for the info, yes I saw it and had the same idea

from ng-busy.

deprecatednw avatar deprecatednw commented on August 26, 2024

.. when running in prod mode we get an error message 'angular runtime compiler not loaded' which has probably to do with using DynamicComponent and aot. Are you experiencing the same ?

Hi, everyone. See the last comment. That should work fine:

https://github.com/apoterenko/angular2-dynamic-component/issues/17

from ng-busy.

Related Issues (5)

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.