You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the 1st commit message:
# This is a combination of 3 commits.
# This is the 1st commit message:
# This is a combination of 6 commits.
# This is the 1st commit message:
refine code
encapsulate 'set style for element'
change @input()
Delete 'Observable.fromEvent(this.upperScrollableContainer, 'scroll')'
add const STICK_START_CLASS and STICK_END_CLASS
Add doc for [cdkStickyRegion] and 'unstuckElement()'. Delete 'detach()' function, add its content into 'ngOnDestroy()'.
encapsulate reset css style operation for sticky header.
delete unnecessary gloable variables
delete global variable '_width'
Add doc for 'sticker()' function. explained how it works.
add more doc for 'sticker()', explaining 'isStuck' flag
2 space for indent
fix
delete sticky-header demo part from this branch
# This is the commit message angular#2:
revert firebase file
# This is the commit message angular#3:
change code according to comments in PR
# This is the commit message angular#4:
revert firbaserc
# This is the commit message angular#5:
revert demo-app.ts
# This is the commit message angular#6:
revert routes.ts
# This is the commit message angular#2:
change
# This is the commit message angular#3:
fix the problem of : 'this.stickyParent' might be 'null'
# This is the commit message angular#2:
change doc
# This is the commit message angular#3:
Change the constructor of 'cdkStickyRegion' to 'constructor(public readonly _elementRef: ElementRef) { }'
# This is the commit message angular#4:
Added prefix 'mat-' for CSS class
# This is the commit message angular#5:
Delete 'public' before variables
# This is the commit message angular#6:
Object.assign isn't supported in IE11; use extendObject from src/lib/core/util.
# This is the commit message angular#7:
IE11 will have trouble with `translate3d(0, 0, 0);', change to `translate3d(0px, 0px, 0px);'
0 commit comments