Skip to content

Commit 2442e60

Browse files
committed
feat(element): add axLazyElementDynamic directive
- add contributor - add dynamic docs - enhance API docs - minor styling fixes - improve elements service tests
1 parent 81aad47 commit 2442e60

27 files changed

+848
-172
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@
6464
"ideas",
6565
"test"
6666
]
67+
},
68+
{
69+
"login": "angelfraga",
70+
"name": "Angel Fraga Parodi",
71+
"avatar_url": "https://avatars0.githubusercontent.com/u/11693938?v=4",
72+
"profile": "https://github.com/angelfraga",
73+
"contributions": [
74+
"example",
75+
"ideas"
76+
]
6777
}
6878
]
6979
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ or submit a [pull request](https://github.com/angular-extensions/elements/pulls)
7979

8080
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
8181
<!-- prettier-ignore -->
82-
| [<img src="https://avatars0.githubusercontent.com/u/3764868?v=4" width="100px;"/><br /><sub><b>Tomas Trajan</b></sub>](https://medium.com/@tomastrajan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Code") [🎨](#design-tomastrajan "Design") [💡](#example-tomastrajan "Examples") [📖](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Documentation") [🤔](#ideas-tomastrajan "Ideas, Planning, & Feedback") [🚇](#infra-tomastrajan "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Tests") | [<img src="https://avatars2.githubusercontent.com/u/2899448?v=4" width="100px;"/><br /><sub><b>Wayne Maurer</b></sub>](http://www.lambda-it.ch)<br />[🐛](https://github.com/angular-extensions/elements/issues?q=author%3Awmaurer "Bug reports") [💻](https://github.com/angular-extensions/elements/commits?author=wmaurer "Code") | [<img src="https://avatars3.githubusercontent.com/u/11923975?v=4" width="100px;"/><br /><sub><b>Santosh Yadav</b></sub>](https://www.santoshyadav.dev)<br />[💻](https://github.com/angular-extensions/elements/commits?author=santoshyadav198613 "Code") [📦](#platform-santoshyadav198613 "Packaging/porting to new platform") | [<img src="https://avatars0.githubusercontent.com/u/16886711?v=4" width="100px;"/><br /><sub><b>David Dal Busco</b></sub>](https://twitter.com/daviddalbusco)<br />[💻](https://github.com/angular-extensions/elements/commits?author=peterpeterparker "Code") [💡](#example-peterpeterparker "Examples") | [<img src="https://avatars3.githubusercontent.com/u/2327532?v=4" width="100px;"/><br /><sub><b>Zama Khan Mohammed</b></sub>](https://www.linkedin.com/in/mohammedzamakhan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=mohammedzamakhan "Code") [🤔](#ideas-mohammedzamakhan "Ideas, Planning, & Feedback") [⚠️](https://github.com/angular-extensions/elements/commits?author=mohammedzamakhan "Tests") |
83-
| :---: | :---: | :---: | :---: | :---: |
82+
| [<img src="https://avatars0.githubusercontent.com/u/3764868?v=4" width="100px;"/><br /><sub><b>Tomas Trajan</b></sub>](https://medium.com/@tomastrajan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Code") [🎨](#design-tomastrajan "Design") [💡](#example-tomastrajan "Examples") [📖](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Documentation") [🤔](#ideas-tomastrajan "Ideas, Planning, & Feedback") [🚇](#infra-tomastrajan "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Tests") | [<img src="https://avatars2.githubusercontent.com/u/2899448?v=4" width="100px;"/><br /><sub><b>Wayne Maurer</b></sub>](http://www.lambda-it.ch)<br />[🐛](https://github.com/angular-extensions/elements/issues?q=author%3Awmaurer "Bug reports") [💻](https://github.com/angular-extensions/elements/commits?author=wmaurer "Code") | [<img src="https://avatars3.githubusercontent.com/u/11923975?v=4" width="100px;"/><br /><sub><b>Santosh Yadav</b></sub>](https://www.santoshyadav.dev)<br />[💻](https://github.com/angular-extensions/elements/commits?author=santoshyadav198613 "Code") [📦](#platform-santoshyadav198613 "Packaging/porting to new platform") | [<img src="https://avatars0.githubusercontent.com/u/16886711?v=4" width="100px;"/><br /><sub><b>David Dal Busco</b></sub>](https://twitter.com/daviddalbusco)<br />[💻](https://github.com/angular-extensions/elements/commits?author=peterpeterparker "Code") [💡](#example-peterpeterparker "Examples") | [<img src="https://avatars3.githubusercontent.com/u/2327532?v=4" width="100px;"/><br /><sub><b>Zama Khan Mohammed</b></sub>](https://www.linkedin.com/in/mohammedzamakhan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=mohammedzamakhan "Code") [🤔](#ideas-mohammedzamakhan "Ideas, Planning, & Feedback") [⚠️](https://github.com/angular-extensions/elements/commits?author=mohammedzamakhan "Tests") | [<img src="https://avatars0.githubusercontent.com/u/11693938?v=4" width="100px;"/><br /><sub><b>Angel Fraga Parodi</b></sub>](https://github.com/angelfraga)<br />[💡](#example-angelfraga "Examples") [🤔](#ideas-angelfraga "Ideas, Planning, & Feedback") |
83+
| :---: | :---: | :---: | :---: | :---: | :---: |
8484

8585
<!-- ALL-CONTRIBUTORS-LIST:END -->

projects/elements-demo/src/app/app-routing.module.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ const routes: Routes = [
3232
];
3333

3434
@NgModule({
35-
imports: [RouterModule.forRoot(routes, { useHash: true })],
35+
imports: [
36+
RouterModule.forRoot(routes, {
37+
useHash: true,
38+
scrollPositionRestoration: 'enabled'
39+
})
40+
],
3641
exports: [RouterModule]
3742
})
3843
export class AppRoutingModule {}

projects/elements-demo/src/app/core/layout/navigation/navigation.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ const NAVIGATION = [
5050
{
5151
label: 'Advanced',
5252
url: 'examples/advanced'
53+
},
54+
{
55+
label: 'Dynamic',
56+
url: 'examples/dynamic'
5357
}
5458
]
5559
},

projects/elements-demo/src/app/features/contribute/contribute/contribute.component.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@ <h2>
7373
<img src="https://avatars3.githubusercontent.com/u/2327532?v=4" />
7474
<span>Zama Khan Mohammed</span>
7575
</a>
76+
77+
<a class="contributor" href="https://github.com/angelfraga" target="_blank">
78+
<img src="https://avatars0.githubusercontent.com/u/11693938?v=4" />
79+
<span>Angel Fraga Parodi</span>
80+
</a>
7681
<!-- ALL-CONTRIBUTORS-LIST:END -->
7782
</div>

projects/elements-demo/src/app/features/contribute/contribute/contribute.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
.contributors {
4747
display: flex;
4848
flex-wrap: wrap;
49+
justify-content: center;
4950

5051
.contributor {
5152
display: inline-flex;

0 commit comments

Comments
 (0)