Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
2416bef
Added generic text component
Jul 17, 2019
2b814d8
Merge branch 'dev' of https://github.com/jlast/jss into chore/add-gen…
Jul 17, 2019
37f3b72
Merge branch 'chore/add-generic-rich-text' into dev
Jul 18, 2019
dbac512
Add unit test for rich text link
Jul 19, 2019
7648842
Implemted guard and resolve
Jul 19, 2019
97b0b88
Added ComponentNameAndModule to exports
Jul 19, 2019
a6b1c19
Added loaded back to placeholder
Jul 19, 2019
74bec58
Merge classnames on sitecore linkfields
Jul 19, 2019
ffd8359
Merge classnames
Jul 19, 2019
726de38
Can register constructor types
Jul 22, 2019
13acb3e
Merge branch 'dev' of https://github.com/Sitecore/jss into guard-concept
Jul 23, 2019
2aa4cc8
Merge branch 'dev' of https://github.com/Idicious/jss into guard-concept
Jul 23, 2019
8b50bed
Updated lerna
Jul 23, 2019
82a5b37
Merge branch 'dev' of https://github.com/jlast/jss into guard-concept
Jul 23, 2019
8ba67d8
Merge classnames
Jul 19, 2019
f20c5cd
Merge classnames on sitecore linkfields
Jul 19, 2019
1ae8dcd
Add unit test for rich text link
Jul 19, 2019
16769de
Added generic text component
Jul 17, 2019
3bbd293
Merge branch 'guard-concept' of https://github.com/jlast/jss into merged
Jul 24, 2019
18b254b
Merge branch 'lazy-loading' into merged
Jul 24, 2019
86062be
Merge branch 'lazy-loading' into merged
Jul 24, 2019
6466720
Merge branch 'lazy-loading' into merged
Jul 24, 2019
c59a1e3
Fix typo
Jul 25, 2019
da9408d
Merge branch 'dev' of https://github.com/Sitecore/jss into merged
Jul 26, 2019
9d19969
Allow for observable guards
Jul 29, 2019
66b0bde
Merge merge
Jul 29, 2019
413b690
Used correct operators
Jul 29, 2019
b175360
Removed unused method
Jul 29, 2019
f0ec882
isloading false after load
Aug 1, 2019
5691177
Merge branch 'dev' of https://github.com/sitecore/jss into dev
Aug 12, 2019
921f02e
Update to angular 8
Aug 12, 2019
37e1f4f
Implement import()
Aug 12, 2019
d46d7ae
add tslib
Aug 12, 2019
2079311
Revert update
Aug 12, 2019
09b813d
Merge branch 'loadchildren-import' into dev
Aug 12, 2019
503b8d7
Merge branch 'guard-concept' of https://github.com/Essent/jss into dev
Aug 12, 2019
c015209
Use modulefactory
Aug 13, 2019
0568654
Merge branch 'loadchildren-import' into dev
Aug 13, 2019
0bf98b8
Fix build
Aug 13, 2019
b41dc47
Change type
Aug 14, 2019
b4e2732
Merge branch 'loadchildren-import' into dev
Aug 14, 2019
e71fb5c
Merge branch 'dev' of https://github.com/sitecore/jss into dev
Aug 14, 2019
e1fc7fd
Added capability for multiple guards per component
Sep 4, 2019
8d0db31
Added data resolver back
Sep 5, 2019
7054f1f
Fixed typings for workspace typescript version
Sep 5, 2019
66ea032
Fixed unit tests
Sep 5, 2019
9ad50d0
Added unit tests for data resolvers and guards
Sep 5, 2019
7033db4
Added clientOnly input to placeholder
Sep 5, 2019
e43cee1
Undo package-locks
Sep 10, 2019
d428198
Merge branch 'dev' of https://github.com/Essent/jss into feature/mult…
Nov 21, 2019
3182540
Updated package locks
Nov 21, 2019
5a67734
Merge pull request #1 from Essent/feature/multiple-guards
jlast Nov 21, 2019
43ac59c
Updated guards
Nov 21, 2019
c7d94fb
Merge branch 'master' of https://github.com/Essent/jss into feature/i…
Nov 21, 2019
0cbce92
Merge branch 'dev' of https://github.com/Essent/jss into feature/inje…
Nov 21, 2019
888705b
Merge branch 'master' of https://github.com/Essent/jss into dev
Nov 21, 2019
f24010f
Merge branch 'dev' of https://github.com/Essent/jss into feature/inje…
Nov 21, 2019
935893b
Merge pull request #2 from Essent/feature/inject-rendering-in-guard
jlast Nov 22, 2019
5f0602b
Fix queryselectorall
Apr 17, 2020
385c769
Fix formatting
Apr 17, 2020
06b696f
Merge pull request #3 from Essent/fix-query-selector-all
jlast Apr 17, 2020
b743ce7
Merge branch 'dev' of https://github.com/Sitecore/jss into dev
spike1292 Sep 29, 2020
8d3da08
update locks
spike1292 Sep 29, 2020
75db02a
upgrade to angular 9
spike1292 Sep 29, 2020
a60f76d
Fix link target
Dec 15, 2020
f2af1fc
Merge pull request #4 from Essent/fix-link-target
jlast Dec 15, 2020
6d99a27
Update local package number
Dec 15, 2020
b5beffe
Add optional chaining to avoid erroring out when Link.field.text is f…
markvl91 Feb 10, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you're using the default code-generated `app-components.module.ts` that's all
// in this case, 'path' = the component name, loadChildren = the module path to load for it
// this is exactly like lazy loaded routes, in fact it uses the router under the hood to do it.
// loadChildren is the relative path to the module, with the hash and then the name of the exported module class.
{ path: 'My', loadChildren: './my/my.module#MyModule'},
{ path: 'My', loadChildren: import('./my/my.module').then(mod => mod.MyModule),
]),
],
exports: [
Expand Down Expand Up @@ -120,8 +120,8 @@ There aren't changes in your component module. If you use multiple components la
JssModule.withComponents([
// non-lazy components
], [
{ path: 'FirstComponent', loadChildren: './my/my.module#MyModule'},
{ path: 'SecondComponent', loadChildren: './my/my.module#MyModule'},
{ path: 'FirstComponent', loadChildren: import('./my/my.module').then(mod => mod.MyModule),
{ path: 'SecondComponent', loadChildren: import('./my/my.module').then(mod => mod.MyModule),
]),
],
exports: [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading