@@ -7,7 +7,7 @@ <h1>Getting Started</h1>
77< section class ="getting-started ">
88 < div class ="container ">
99
10- < ngx-material-pages title ="ngx -material-password-strength ">
10+ < ngx-material-pages title ="@angular -material-extensions/ password-strength ">
1111
1212 <!--1-->
1313 < ngx-material-page-loader >
@@ -143,10 +143,10 @@ <h1>Getting Started</h1>
143143 < ngx-material-page-content >
144144 < mat-card-title > Animations + Material + CDK</ mat-card-title >
145145 < div class ="comment-container ">
146- < p > < a href ="https://www.npmjs.com/package/ngx -material-password-strength "
146+ < p > < a href ="https://www.npmjs.com/package/@angular -material-extensions/ password-strength "
147147 mat-button
148148 color ="primary ">
149- ngx -material-password-strength
149+ @angular -material-extensions/ password-strength
150150 </ a >
151151 is built on the top of
152152 < a href ="https://www.npmjs.com/package/@angular/material "
@@ -158,7 +158,7 @@ <h1>Getting Started</h1>
158158 mat-button
159159 color ="primary ">
160160 angular component development kit
161- </ a > ! That's why we need to install them as peer dependencies to the ngx -material-password-strength
161+ </ a > ! That's why we need to install them as peer dependencies to the @angular -material-extensions/ password-strength
162162 module.
163163 </ p >
164164 </ div >
@@ -402,18 +402,18 @@ <h1>Getting Started</h1>
402402 </ mat-card-title >
403403 < div class ="comment-container ">
404404 Open a new terminal and run the following command to get
405- < a href ="https://www.npmjs.com/package/ngx -material-password-strength " mat-button
406- color ="primary "> ngx -material-password-strength</ a >
405+ < a href ="https://www.npmjs.com/package/@angular -material-extensions/ password-strength " mat-button
406+ color ="primary "> @angular -material-extensions/ password-strength</ a >
407407 from npm
408408 </ div >
409409 < div fxLayout ="row " fxLayoutAlign ="space-between ">
410410 < pre > < code highlight
411- [code] ="'$ npm i -s ngx -material-password-strength' "> </ code > </ pre >
411+ [code] ="'$ npm i -s @angular -material-extensions/ password-strength' "> </ code > </ pre >
412412 < button mat-icon-button
413413 ngxClipboard
414- [cbContent] ="'npm i -s ngx -material-password-strength' "
414+ [cbContent] ="'npm i -s @angular -material-extensions/ password-strength' "
415415 matTooltip ="copy "
416- (click) ="showCopyMessage('npm i -s ngx -material-password-strength') ">
416+ (click) ="showCopyMessage('npm i -s @angular -material-extensions/ password-strength') ">
417417 < mat-icon aria-label ="copy content " class ="mat-18 "> content_copy</ mat-icon >
418418 </ button >
419419 </ div >
@@ -432,7 +432,7 @@ <h1>Getting Started</h1>
432432 < mat-card-subtitle >
433433 Note:If you are using SystemJS, you should adjust your configuration to point to the UMD
434434 bundle. In your systemjs config file, map needs to tell the System loader where to look for
435- ngx -material-password-strength
435+ @angular -material-extensions/ password-strength
436436 </ mat-card-subtitle >
437437 < mat-card-content >
438438 < div fxLayout ="row " fxLayoutAlign ="space-between ">
@@ -453,45 +453,45 @@ <h1>Getting Started</h1>
453453 </ div >
454454 < div fxLayout ="row " fxLayoutAlign ="space-between ">
455455 < pre > < code highlight
456- [code] ="importNgxMaterialPasswordStrengthModule "> </ code > </ pre >
456+ [code] ="importMatPasswordStrengthModule "> </ code > </ pre >
457457 < button mat-icon-button
458458 ngxClipboard
459- [cbContent] ="importNgxMaterialPasswordStrengthModule "
459+ [cbContent] ="importMatPasswordStrengthModule "
460460 matTooltip ="copy "
461- (click) ="showCopyMessage(importNgxMaterialPasswordStrengthModule ) ">
461+ (click) ="showCopyMessage(importMatPasswordStrengthModule ) ">
462462 < mat-icon aria-label ="copy content " class ="mat-18 "> content_copy</ mat-icon >
463463 </ button >
464464 </ div >
465465 < div class ="comment-container ">
466466 < p > The only remaining part is to list the imported module in your application module. The exact method
467467 will be slightly different for the root (top-level) module for which you should end up with the code
468- similar to (notice NgxMaterialPasswordStrengthModule .forRoot()):
468+ similar to (notice MatPasswordStrengthModule .forRoot()):
469469
470470 NB: please do not forget to import the angular animations module in your root component too!
471471 (usally app.component.ts)</ p >
472472 </ div >
473473 < div fxLayout ="row " fxLayoutAlign ="space-between ">
474474 < pre > < code highlight
475- [code] ="importNgxMaterialPasswordStrengthModuleInAppModule "> </ code > </ pre >
475+ [code] ="importMatPasswordStrengthModuleInAppModule "> </ code > </ pre >
476476 < button mat-icon-button
477477 ngxClipboard
478- [cbContent] ="importNgxMaterialPasswordStrengthModuleInAppModule "
478+ [cbContent] ="importMatPasswordStrengthModuleInAppModule "
479479 matTooltip ="copy "
480- (click) ="showCopyMessage(importNgxMaterialPasswordStrengthModuleInAppModule ) ">
480+ (click) ="showCopyMessage(importMatPasswordStrengthModuleInAppModule ) ">
481481 < mat-icon aria-label ="copy content " class ="mat-18 "> content_copy</ mat-icon >
482482 </ button >
483483 </ div >
484484 < div class ="comment-container ">
485- < p > Other modules in your application can simply import NgxMaterialPasswordStrengthModule :</ p >
485+ < p > Other modules in your application can simply import MatPasswordStrengthModule :</ p >
486486 </ div >
487487 < div fxLayout ="row " fxLayoutAlign ="space-between ">
488488 < pre > < code highlight
489- [code] ="importNgxMaterialPasswordStrengthModuleInOtherModule "> </ code > </ pre >
489+ [code] ="importMatPasswordStrengthModuleInOtherModule "> </ code > </ pre >
490490 < button mat-icon-button
491491 ngxClipboard
492- [cbContent] ="importNgxMaterialPasswordStrengthModuleInOtherModule "
492+ [cbContent] ="importMatPasswordStrengthModuleInOtherModule "
493493 matTooltip ="copy "
494- (click) ="showCopyMessage(importNgxMaterialPasswordStrengthModuleInOtherModule ) ">
494+ (click) ="showCopyMessage(importMatPasswordStrengthModuleInOtherModule ) ">
495495 < mat-icon aria-label ="copy content " class ="mat-18 "> content_copy</ mat-icon >
496496 </ button >
497497 </ div >
@@ -540,7 +540,7 @@ <h1>Getting Started</h1>
540540 </ div >
541541
542542 < mat-card fxFlex >
543- < mat-card-title > ngx -material-password-strength
543+ < mat-card-title > @angular -material-extensions/ password-strength
544544 </ mat-card-title >
545545 < mat-card-subtitle >
546546 < mat-slide-toggle (change) ="onSlideToggleChange($event) "> Show Password</ mat-slide-toggle >
@@ -579,7 +579,7 @@ <h1>Getting Started</h1>
579579 < img style ="width: 50px; height: 50px " src ="assets/icons/github.svg ">
580580 </ ngx-material-page-outlook >
581581 < ngx-material-page-content >
582- < mat-card-title-group > < a href ="https://github.com/AnthonyNahas/ngx -material-password-strength "
582+ < mat-card-title-group > < a href ="https://github.com/AnthonyNahas/@angular -material-extensions/ password-strength "
583583 target ="_blank "
584584 mat-button
585585 color ="primary "> Clone the repo</ a > </ mat-card-title-group >
@@ -590,12 +590,12 @@ <h1>Getting Started</h1>
590590 </ div >
591591 < div fxLayout ="row " fxLayoutAlign ="space-between ">
592592 < pre > < code highlight
593- [code] ="'git clone https://github.com/AnthonyNahas/ngx -material-password-strength.git' "> </ code > </ pre >
593+ [code] ="'git clone https://github.com/AnthonyNahas/@angular -material-extensions/ password-strength.git' "> </ code > </ pre >
594594 < button mat-icon-button
595595 ngxClipboard
596- [cbContent] ="'git clone https://github.com/AnthonyNahas/ngx -material-password-strength.git' "
596+ [cbContent] ="'git clone https://github.com/AnthonyNahas/@angular -material-extensions/ password-strength.git' "
597597 matTooltip ="copy "
598- (click) ="showCopyMessage('git clone https://github.com/AnthonyNahas/ngx -material-password-strength.git') ">
598+ (click) ="showCopyMessage('git clone https://github.com/AnthonyNahas/@angular -material-extensions/ password-strength.git') ">
599599 < mat-icon aria-label ="copy content " class ="mat-18 "> content_copy</ mat-icon >
600600 </ button >
601601 </ div >
@@ -614,7 +614,7 @@ <h1>Getting Started</h1>
614614 </ button >
615615 </ div >
616616 < div class ="comment-container ">
617- < p > Link ngx -material-password-strength's package</ p >
617+ < p > Link @angular -material-extensions/ password-strength's package</ p >
618618 </ div >
619619 < div fxLayout ="row " fxLayoutAlign ="space-between ">
620620 < pre > < code highlight
@@ -687,7 +687,7 @@ <h1>Getting Started</h1>
687687 color ="primary "> ngx-auth-firebaseui</ a >
688688 Since client side password validation is required by many projects, I decided to hold
689689 the code in an angular library! Please support this project by starring it on
690- < a href ="https://github.com/AnthonyNahas/ngx -material-password-strength "
690+ < a href ="https://github.com/AnthonyNahas/@angular -material-extensions/ password-strength "
691691 target ="_blank "
692692 mat-button
693693 color ="primary "> Github</ a >
@@ -706,7 +706,7 @@ <h1>Getting Started</h1>
706706 </ mat-card-subtitle >
707707
708708 < img matCardImage height ="256px " width ="256px "
709- src ="https://cdn.rawgit.com/anthonynahas/ngx -material-password-strength/master/demo/src/assets/logo.svg ">
709+ src ="https://cdn.rawgit.com/anthonynahas/@angular -material-extensions/ password-strength/master/demo/src/assets/logo.svg ">
710710 < mat-card-content >
711711 < mat-nav-list >
712712 < a mat-list-item *ngFor ="let link of links; last as last " [href] ="link.url " target ="_blank ">
0 commit comments