• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mpalourdio / intl-tel-input-ng / 8323147394

18 Mar 2024 08:04AM CUT coverage: 100.0%. Remained the same
8323147394

Pull #51

github

mpalourdio
chore: Go back to isValidNumber vs isValidNumberPrecise. Fixes #50
Pull Request #51: chore: Go back to isValidNumber vs isValidNumberPrecise. Fixes #50

2 of 2 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

18 of 18 relevant lines covered (100.0%)

8.17 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/lib/intl-tel-input-ng.module.ts
1
/*
2
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
5
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
7
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
 */
9

10
import { CommonModule } from '@angular/common';
11
import { ModuleWithProviders, NgModule } from '@angular/core';
12
import { FormsModule } from '@angular/forms';
13
import { IntlTelInputComponent } from './components/intl-tel-input.component';
14

15
@NgModule({
16
    declarations: [
17
        IntlTelInputComponent,
18
    ],
19
    imports: [
20
        CommonModule,
21
        FormsModule,
22
    ],
23
    exports: [
24
        IntlTelInputComponent,
25
    ]
26
})
27
export class IntlTelInputNgModule {
1✔
28
    static forRoot(): ModuleWithProviders<IntlTelInputNgModule> {
29
        return {
1✔
30
            ngModule: IntlTelInputNgModule,
31
            providers: []
32
        };
33
    }
34
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc