Skip to content

Commit 5db78f5

Browse files
authored
Merge pull request #116 from ExLibrisGroup/v2
Angular + Material v18
2 parents e589295 + 590fdcb commit 5db78f5

File tree

170 files changed

+43982
-37084
lines changed

Some content is hidden

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

170 files changed

+43982
-37084
lines changed

angular-lib/.browserslistrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

angular-lib/.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
2+
3+
# Compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
/bazel-out
8+
9+
# Node
10+
/node_modules
11+
npm-debug.log
12+
yarn-error.log
13+
14+
# IDEs and editors
15+
.idea/
16+
.project
17+
.classpath
18+
.c9/
19+
*.launch
20+
.settings/
21+
*.sublime-workspace
22+
23+
# Visual Studio Code
24+
.vscode/*
25+
!.vscode/settings.json
26+
!.vscode/tasks.json
27+
!.vscode/launch.json
28+
!.vscode/extensions.json
29+
.history/*
30+
31+
# Miscellaneous
32+
/.angular/cache
33+
.sass-cache/
34+
/connect.lock
35+
/coverage
36+
/libpeerconnection.log
37+
testem.log
38+
/typings
39+
40+
# System files
41+
.DS_Store
42+
Thumbs.db

angular-lib/ng-package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "./dist",
44
"lib": {
5-
"entryFile": "src/public-api.ts",
6-
"umdModuleIds": {
7-
"loglevel": "loglevel",
8-
"lodash": "lodash",
9-
"uuid": "uuid",
10-
"strongly-typed-events": "ste",
11-
"@ngx-translate/core": "translate-core"
12-
}
5+
"entryFile": "src/public-api.ts"
136
}
147
}

0 commit comments

Comments
 (0)