Git Product home page Git Product logo

Comments (5)

slavafomin avatar slavafomin commented on August 18, 2024

I've introduced support for CommonJS module system.

@venkateshsampath could you please try it?

You will need to add dependency to your project first:

npm i --save-dev https://github.com/betsol/angular-input-modified.git#master

Then, use it in your entry file:

'use strict';

var app = angular
  .module('app', [
    require('angular-input-modified')
  ])
  .config(function (inputModifiedConfigProvider) {
    inputModifiedConfigProvider
      .disableGlobally()
    ;
  })
;

from angular-input-modified.

venkateshsampath avatar venkateshsampath commented on August 18, 2024

Hi @slavafomin,
Sorry for this delayed response. Thanks for adding the commonjs package manager support.
Will check it with my project today and get back to you ASAP.

from angular-input-modified.

venkateshsampath avatar venkateshsampath commented on August 18, 2024

Hi @slavafomin,

Thank you so much for the fix.
The fix worked perfectly fine with my project that uses webpack.

Will you be able to publish a new version as npm module so that I could use it after updating my package.json.

from angular-input-modified.

slavafomin avatar slavafomin commented on August 18, 2024

Here goes the 2.3.2, have fun!

from angular-input-modified.

venkateshsampath avatar venkateshsampath commented on August 18, 2024

Awesome! Thanks @slavafomin.

from angular-input-modified.

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.