Skip to content

Commit 50beb3a

Browse files
committed
docs(readme): specify runtime details
1 parent a5bac7c commit 50beb3a

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# sc-ng-commons-public
22

3+
> 🎯\
4+
> Target runtime: [Node >=24](https://node.green/#ES2023)) and [modern Browsers](https://caniuse.com/?search=es2023) + Firefox ESR\
5+
> Target lib: es2022 + ES2023.Array
6+
37
Public Angular libraries used in various shiftcode projects.
48

59
> [![@shiftcode/ngx-core](https://img.shields.io/github/package-json/v/shiftcode/sc-ng-commons-public?filename=%2Flibs%2Fcore%2Fpackage.json&label=%40shiftcode%2Fngx-core)](libs/core)\

libs/components/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @shiftcode/ngx-components
22

3+
> 🎯\
4+
> Target runtime: [Node >=24](https://node.green/#ES2023)) and [modern Browsers](https://caniuse.com/?search=es2023) + Firefox ESR\
5+
> Target lib: es2022 + ES2023.Array
6+
37
Contains angular components and directives which are usable across different projects.
48

59
All components use `changeDetection: ChangeDetectionStrategy.OnPush`

libs/core/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Core
22

3+
> 🎯\
4+
> Target runtime: [Node >=24](https://node.green/#ES2023)) and [modern Browsers](https://caniuse.com/?search=es2023) + Firefox ESR\
5+
> Target lib: es2022 + ES2023.Array
6+
37
Contains some general purpose services
48

59
## LocalStorage

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"module": "es2022",
55
"target": "es2022",
6+
"lib": ["es2022", "es2023.array", "dom"],
67
"baseUrl": "./",
78
"outDir": "./dist/out-tsc",
89
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)