refactor: update prefix to shorten mw
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"root": "projects/my-wallet-ds",
|
"root": "projects/my-wallet-ds",
|
||||||
"sourceRoot": "projects/my-wallet-ds/src",
|
"sourceRoot": "projects/my-wallet-ds/src",
|
||||||
"prefix": "lib",
|
"prefix": "mw",
|
||||||
"architect": {
|
"architect": {
|
||||||
"build": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:ng-packagr",
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { Component, input } from '@angular/core';
|
|||||||
import { TypographyComponent } from './../../atoms/typography/typography.component';
|
import { TypographyComponent } from './../../atoms/typography/typography.component';
|
||||||
import { TypographyVariants } from './../../types/TypographyVariants';
|
import { TypographyVariants } from './../../types/TypographyVariants';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-wallet-money-text',
|
selector: 'mw-money-text',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [CurrencyPipe, TypographyComponent],
|
imports: [CurrencyPipe, TypographyComponent],
|
||||||
templateUrl: './money-text.component.html',
|
templateUrl: './money-text.component.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user