GithubHelp home page GithubHelp logo

Comments (3)

third774 avatar third774 commented on August 18, 2024 2

Sure! You should be able to pull down the repo and just run npm i && npm start to get started.

The API for setting this up should look something like this:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule , ReactiveFormsModule} from '@angular/forms';
import { AppComponent } from './app.component';

import { NgBootstrapFormValidationModule, BootstrapVersion } from 'ng-bootstrap-form-validation';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    FormsModule,
    ReactiveFormsModule,
    NgBootstrapFormValidationModule.forRoot({bootstrapVersion: BootstrapVersion.Four})
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {
}

The classes that get applied are in MessagesComponent. The version should be fed into the ErrorMessageService and then injected into the MessagesComponent.

The only problem is, we're going to need to also make a breaking API change to the forRoot() method, which will take a config object with a customErrorMessages key on it, along with the new version key described above.

Feel free to give it a go and open a PR.

Otherwise, I'll try to get something put together and released in the near future.

from ng-bootstrap-form-validation.

maximepvrt avatar maximepvrt commented on August 18, 2024 1

@third774 can you publish a prerelease on npm ?

from ng-bootstrap-form-validation.

ijavid avatar ijavid commented on August 18, 2024

+1 for Bootstrap 4 support

from ng-bootstrap-form-validation.

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.