In MaterializeAction replace [any] by any[] by Dakayl · Pull Request #411 · InfomediaLtd/angular2-materialize · GitHub
Skip to content

In MaterializeAction replace [any] by any[]#411

Open
Dakayl wants to merge 2 commits into
InfomediaLtd:masterfrom
Dakayl:patch-1
Open

In MaterializeAction replace [any] by any[]#411
Dakayl wants to merge 2 commits into
InfomediaLtd:masterfrom
Dakayl:patch-1

Conversation

@Dakayl

@Dakayl Dakayl commented Feb 14, 2018

Copy link
Copy Markdown

Changing parameters type in MaterializeAction
From [any] to any[].

[any] only has 1 element in its array.
any[] can has multiple elements.

These are not equivalent.

Changing to any[] allows things like
this.tabsActions.emit({action: "tabs", params: ['select_tab', page]}); that several persons were looking for, and it's compatible with previous versions.

[any] only has 1 element in its array.
any[] can has multiple elements.

It allows things like 
this.tabsActions.emit({action: "tabs", params: ['select_tab', page]}); that several persons were looking for, and it's compatible with previous version.
[any] to any[]
@theresaperez

Copy link
Copy Markdown

@rubyboy

rubyboy commented May 11, 2018

Copy link
Copy Markdown
Contributor

I'm more than happy to open this project for other contributors to maintain - please DM me if you're interested

@Dakayl

Dakayl commented May 12, 2018 via email

Copy link
Copy Markdown
Author

@theresaperez

Copy link
Copy Markdown

@rubyboy Thanks...I'm not looking to contribute. It looks like @Dakayl has already created a PR for what I need. I'm new to using other developers' github repos and want to know how to install or build this particular PR for angular2-materialize node package with this change (changing [any] to any[] for MaterialActions).

@ParikshitChavan

ParikshitChavan commented Jul 23, 2018

Copy link
Copy Markdown

@EnumC EnumC added enhancement in-progress This issue is currently being worked on labels Aug 24, 2018
@EnumC EnumC self-requested a review August 24, 2018 06:53
@EnumC EnumC self-assigned this Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement in-progress This issue is currently being worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants