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

beta.16: pipe arguments changed #49

Closed
gfrSE opened this issue Apr 27, 2016 · 2 comments
Closed

beta.16: pipe arguments changed #49

gfrSE opened this issue Apr 27, 2016 · 2 comments

Comments

@gfrSE
Copy link

gfrSE commented Apr 27, 2016

Update for beta.16: breaking changes

transform(input: any, ...config: string[]): any {

        if (config.length === 0) {
            config = ["+"];
        }
@coryshaw1
Copy link
Member

coryshaw1 commented Apr 27, 2016

I've been working on the fixes for the new Angular 2 update on my repo https://github.com/coryshaw1/fuel-ui

Here's a list of what is broken, and what I've fixed so far:

  • Updated dependencies
  • LocationStrategy and HashLocationStrategy moved to "angular2/platform/common"
  • PipeTransform implementation's parameter changes (this broke Format, OrderBy, and Range)
  • CodeHighlighter not properly initializing on view load
  • Tag Demo breaking in template
  • DatePickers' templates are not updating from component, can't seem to figure this one out yet

Hopefully, we'll be able to figure out the DatePicker problems by the end of the day

@coryshaw1
Copy link
Member

This is closed with #54

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

No branches or pull requests

2 participants