@fatcore/gantt-lite 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -12
- package/fatcore-gantt-lite-1.0.0.tgz +0 -0
- package/fatcore-gantt-lite-1.0.2.tgz +0 -0
- package/fesm2022/fatcore-gantt-lite.mjs +774 -0
- package/fesm2022/fatcore-gantt-lite.mjs.map +1 -0
- package/fesm2022/gantt-lite.mjs +774 -0
- package/fesm2022/gantt-lite.mjs.map +1 -0
- package/gantt-lite-1.0.2.tgz +0 -0
- package/index.d.ts +180 -0
- package/package.json +17 -41
- package/.editorconfig +0 -16
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -20
- package/.vscode/tasks.json +0 -42
- package/angular.json +0 -165
- package/my-workspace-0.0.0.tgz +0 -0
- package/projects/gantt-lite/README.md +0 -24
- package/projects/gantt-lite/ng-package.json +0 -7
- package/projects/gantt-lite/package.json +0 -10
- package/projects/gantt-lite/src/gantt-lite.module.ts +0 -10
- package/projects/gantt-lite/src/lib/gantt-lite-base.ts +0 -300
- package/projects/gantt-lite/src/lib/gantt-lite.component.html +0 -128
- package/projects/gantt-lite/src/lib/gantt-lite.component.scss +0 -323
- package/projects/gantt-lite/src/lib/gantt-lite.component.ts +0 -391
- package/projects/gantt-lite/src/lib/gantt-lite.helper.ts +0 -124
- package/projects/gantt-lite/src/lib/gantt-lite.model.ts +0 -56
- package/projects/gantt-lite/src/public-api.ts +0 -5
- package/projects/gantt-lite/tsconfig.lib.json +0 -14
- package/projects/gantt-lite/tsconfig.lib.prod.json +0 -10
- package/projects/gantt-lite/tsconfig.spec.json +0 -14
- package/tsconfig.json +0 -37
package/README.md
CHANGED
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
#
|
|
1
|
+
# GanttLite
|
|
2
2
|
|
|
3
|
-
This
|
|
4
|
-
|
|
5
|
-
## Development server
|
|
6
|
-
|
|
7
|
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
|
|
8
4
|
|
|
9
5
|
## Code scaffolding
|
|
10
6
|
|
|
11
|
-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
|
7
|
+
Run `ng generate component component-name --project gantt-lite` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project gantt-lite`.
|
|
8
|
+
> Note: Don't forget to add `--project gantt-lite` or else it will be added to the default project in your `angular.json` file.
|
|
12
9
|
|
|
13
10
|
## Build
|
|
14
11
|
|
|
15
|
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
12
|
+
Run `ng build gantt-lite` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
16
13
|
|
|
17
|
-
##
|
|
14
|
+
## Publishing
|
|
18
15
|
|
|
19
|
-
|
|
16
|
+
After building your library with `ng build gantt-lite`, go to the dist folder `cd dist/gantt-lite` and run `npm publish`.
|
|
20
17
|
|
|
21
|
-
## Running
|
|
18
|
+
## Running unit tests
|
|
22
19
|
|
|
23
|
-
Run `ng
|
|
20
|
+
Run `ng test gantt-lite` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
24
21
|
|
|
25
22
|
## Further help
|
|
26
23
|
|
|
Binary file
|
|
Binary file
|