Skip to content

fix(#2161): Update Angular DatePicker sandbox code#247

Merged
ArakTaiRoth merged 1 commit into
alphafrom
2161-update_datepicker_example
Oct 17, 2024
Merged

fix(#2161): Update Angular DatePicker sandbox code#247
ArakTaiRoth merged 1 commit into
alphafrom
2161-update_datepicker_example

Conversation

@ArakTaiRoth
Copy link
Copy Markdown
Collaborator

Before

Code under Date Picker Reactive Forms example:

import { FormControl } from "@angular/forms";
export class MyComponent {
  reactiveFormCtrl = new FormControl(new Date());
}

After

Code under Date Picker Reactive Forms example:

import { FormControl } from "@angular/forms";
export class MyComponent {
  itemFormCtrl = new FormControl(new Date());
}

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 30, 2024

Deploy Preview for abgov-ui-component-docs ready!

Name Link
🔨 Latest commit 249ef18
🔍 Latest deploy log https://app.netlify.com/sites/abgov-ui-component-docs/deploys/66fae5109309010008b94b69
😎 Deploy Preview https://deploy-preview-247--abgov-ui-component-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 0
Accessibility: 100
Best Practices: 100
SEO: 77
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@lizhuomeng71 lizhuomeng71 marked this pull request as ready for review October 17, 2024 07:25
@lizhuomeng71
Copy link
Copy Markdown
Collaborator

issue is verified on angular

@chrisolsen chrisolsen self-requested a review October 17, 2024 16:26
@ArakTaiRoth ArakTaiRoth merged commit 237bea9 into alpha Oct 17, 2024
@ArakTaiRoth ArakTaiRoth deleted the 2161-update_datepicker_example branch October 17, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Date Picker: Reactive forms (FormControl) Code Snip won't render

3 participants