Skip to content
Snippets Groups Projects
Commit be724451 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6999 Delete unused files

parent 660ff57d
Branches
Tags
No related merge requests found
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/common-lib",
"lib": {
"entryFile": "src/index.ts"
}
}
{
"name": "common-lib",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
},
"sideEffects": false
}
......@@ -56,8 +56,4 @@ export class BuildInfoComponent {
get buildTime() {
return DateUtil.formatHourMinute(new Date(this.apiRoot.buildTime));
}
ngOnInit() {
console.log(this.apiRoot);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment