mat-table-ext 0.0.1 → 0.0.3
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
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# Mat Table Extension
|
|
2
2
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.10.
|
|
4
|
+
## Documentation
|
|
4
5
|
|
|
6
|
+
Check out the [demos and API](https://fastcode-inc.github.io/custom-table-doc).
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
At first, you should install the Angular Material and setup it. [Learn more about the setup](https://material.angular.io/guide/getting-started).
|
|
@@ -41,19 +43,6 @@ Add following into your angular.json file under build and test(if required)
|
|
|
41
43
|
]
|
|
42
44
|
}
|
|
43
45
|
```
|
|
44
|
-
##
|
|
46
|
+
## License
|
|
45
47
|
|
|
46
|
-
|
|
47
|
-
> Note: Don't forget to add `--project mat-table-ext` or else it will be added to the default project in your `angular.json` file.
|
|
48
|
-
|
|
49
|
-
## Build
|
|
50
|
-
|
|
51
|
-
Run `ng build mat-table-ext` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
52
|
-
|
|
53
|
-
## Running unit tests
|
|
54
|
-
|
|
55
|
-
Run `ng test mat-table-ext` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
56
|
-
|
|
57
|
-
## Further help
|
|
58
|
-
|
|
59
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
48
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mat-table-ext",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "The mat-table-ext is a powerful material table extension component used to display tabular data with extra features.",
|
|
5
|
+
"homepage": "https://fastcode-inc.github.io/custom-table-doc",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mat-table",
|
|
7
8
|
"mat-table-ext",
|
|
@@ -13,6 +14,10 @@
|
|
|
13
14
|
"angular-material",
|
|
14
15
|
"angular-component"
|
|
15
16
|
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/fastcode-inc/custom-table"
|
|
20
|
+
},
|
|
16
21
|
"peerDependencies": {
|
|
17
22
|
"@angular/animations": "^14.2.0",
|
|
18
23
|
"@angular/cdk": "^14.2.4",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0LXRhYmxlLXNhbXBsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL21hdC10YWJsZS1leHQvc3JjL21hdC10YWJsZS1zYW1wbGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|