-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split ngx bootstrap into separate package (#13)
* created olt-ngx-bootstrap * moved ngx-bootstrap components * added test app * working sidebar * wip * working form date without time control * wip * wip * working test sample * wip * clean build * publish of new ngx-bootstrap library
- Loading branch information
1 parent
1d8bffa
commit 845da58
Showing
113 changed files
with
2,644 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"npm.scriptExplorerExclude": [ | ||
"/dist" | ||
], | ||
"javascript.preferences.quoteStyle": "single", | ||
"typescript.tsdk": "node_modules\\typescript\\lib" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
<img src="https://user-images.githubusercontent.com/1365728/127748628-47575d74-a2fb-4539-a31e-74d8b435fc21.png" width="30%" > | ||
|
||
# OLT Angular Library | ||
# OLT Angular Application Libraries | ||
|
||
_This library contains common Angular components, models, directives, and utilities._ | ||
|
||
## Model Definitions | ||
|
||
_Some of the models work in conjunction with the OLT Core Library Json Models_ | ||
|
||
| TypeScript | OLT Core Model | Definition | | ||
| --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | ||
| [Paged<T>](./projects/olt-core/src/lib/models/paged.model.ts) | [OltPagedJson<TModel>](https://github.com/OuterlimitsTech/olt-dotnet-core/blob/master/src/OLT.Core.Common/Models/Json/OltPagedJson.cs) | Paged Result | | ||
| [PersonName](./projects/olt-core/src/lib/models/person-name.model.ts) | [OltPersonName](https://github.com/OuterlimitsTech/olt-dotnet-core/blob/master/src/OLT.Core.Common/Models/PersonName/OltPersonName.cs) | Person's Name with (F/M/L/S) | | ||
[Base Core](./projects//olt-core//README.md) | ||
[ngx-boostrap components](./projects/olt-ngx-bootstrap//README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.