Skip to content

Commit 527d55d

Browse files
committed
Refactor module structure
1 parent 6fddc18 commit 527d55d

File tree

53 files changed

+52
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+52
-49
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": {
1919
"builder": "@angular-devkit/build-angular:karma",
2020
"options": {
21-
"main": "./test.ts",
21+
"main": "./src/test.ts",
2222
"karmaConfig": "./karma.conf.js",
2323
"polyfills": "./polyfills.ts",
2424
"tsConfig": "./tsconfig.spec.json",

ng-package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "./dist",
4-
"deleteDestPath": false,
54
"lib": {
6-
"entryFile": "./public_api.ts"
5+
"entryFile": "./src/public_api.ts"
76
}
87
}

public_api.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

src/components/sk-chasing-dots/sk-chasing-dots.component.css renamed to src/lib/components/sk-chasing-dots/sk-chasing-dots.component.css

File renamed without changes.

src/components/sk-chasing-dots/sk-chasing-dots.component.html renamed to src/lib/components/sk-chasing-dots/sk-chasing-dots.component.html

File renamed without changes.

src/components/sk-chasing-dots/sk-chasing-dots.component.ts renamed to src/lib/components/sk-chasing-dots/sk-chasing-dots.component.ts

File renamed without changes.

src/components/sk-cube-grid/sk-cube-grid.component.css renamed to src/lib/components/sk-cube-grid/sk-cube-grid.component.css

File renamed without changes.

src/components/sk-cube-grid/sk-cube-grid.component.html renamed to src/lib/components/sk-cube-grid/sk-cube-grid.component.html

File renamed without changes.

0 commit comments

Comments
 (0)