Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(offcanvas): added new module offcanvas. #6424

Open
wants to merge 22 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c9e1f69
feat(offcanvas): added offcanvas module for bs5
SvetlanaMuravlova Jan 24, 2022
a2b4b85
feat(offcanvas): updated examples
SvetlanaMuravlova Jan 25, 2022
7a5d8aa
feat(offcanvas): added preview
SvetlanaMuravlova Jan 25, 2022
9a181a1
test commit
SvetlanaMuravlova Jan 26, 2022
ce29600
test commit
SvetlanaMuravlova Jan 26, 2022
22cdbbd
feat(offcanvas): added unite tests
SvetlanaMuravlova Jan 27, 2022
237e933
Merge branch 'offcanvas-module' of github.com:valor-software/ngx-boot…
SvetlanaMuravlova Jan 27, 2022
e9556dc
fix(offcanvas): fix build
SvetlanaMuravlova Jan 27, 2022
798c506
feat(offcanvas): added e2e tests
SvetlanaMuravlova Jan 27, 2022
0d5f48c
fix(offcanvas): fix lint
SvetlanaMuravlova Jan 28, 2022
420a990
fix(offcanvas): updated angular.json
SvetlanaMuravlova Jan 28, 2022
8281d2e
feat(offcanvas): api installation
SvetlanaMuravlova Jan 28, 2022
305d1b2
feat(offcanvas): added injectable for config, renamed some elements, …
SvetlanaMuravlova Feb 18, 2022
a8ad22b
fix(e2e tests): fixed e2e tests after updates
SvetlanaMuravlova Feb 18, 2022
5cdb570
feat(offcanvas): updates in structure
SvetlanaMuravlova Feb 18, 2022
8deb2e3
feat(offcanvas): added text
SvetlanaMuravlova Feb 21, 2022
ffd7987
pass text updates
SvetlanaMuravlova Feb 21, 2022
b479f8a
fix(test): fixed unite tests for offcanvas
SvetlanaMuravlova Mar 15, 2022
c0995f3
Merge branch 'development' into offcanvas-module
SvetlanaMuravlova Apr 8, 2022
4bf4535
merge commit
SvetlanaMuravlova Sep 23, 2022
09612d1
Merge branch 'development' into offcanvas-module
SvetlanaMuravlova Sep 23, 2022
85d15bf
fake commit
SvetlanaMuravlova Dec 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ scully.log
/schematics/**/*.js
/schematics/**/*.js.map
/schematics/**/*.d.ts

.angular
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner"
]
}
}
Loading