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

Trying to incorporate the new type definition #17942

Merged
merged 5 commits into from Dec 20, 2019

Conversation

xlou978
Copy link
Collaborator

@xlou978 xlou978 commented Dec 12, 2019

This is not working yet, because we are running into some issues. Please take a look and let us know whether we are going the right direction or not.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 12, 2019
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
src/material/core/datetime/date-selection-model.ts Outdated Show resolved Hide resolved
@mmalerba mmalerba merged commit 37b43ff into angular:date-selection-model Dec 20, 2019
crisbeto pushed a commit to crisbeto/material2 that referenced this pull request Jan 2, 2020
* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>
mmalerba added a commit that referenced this pull request Jan 7, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
mmalerba added a commit that referenced this pull request Jan 7, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit to crisbeto/material2 that referenced this pull request Jan 11, 2020
…r#18090)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (angular#17497)

* Make the selection model injectable and add an `overlaps` method (angular#17766)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (angular#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit to crisbeto/material2 that referenced this pull request Jan 11, 2020
…r#18090)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (angular#17497)

* Make the selection model injectable and add an `overlaps` method (angular#17766)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (angular#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit that referenced this pull request Jan 11, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants