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

feat(module:list): add list component #1031

Merged
merged 11 commits into from
Mar 2, 2018
Merged

feat(module:list): add list component #1031

merged 11 commits into from
Mar 2, 2018

Conversation

cipchk
Copy link
Member

@cipchk cipchk commented Feb 7, 2018

  • add third libs with share.module

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

- add third libs with share.module
@coveralls
Copy link

coveralls commented Feb 7, 2018

Coverage Status

Coverage decreased (-0.04%) to 98.127% when pulling 22ea8dc on cipchk:list into 6ebb654 on NG-ZORRO:0.7.0.


constructor(private http: HttpClient, private msg: NzMessageService) {}

ngOnInit() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

demo的文件也要遵守tslint

@@ -139,8 +137,6 @@ export class NzListComponent implements OnChanges, OnInit {

constructor(private _el: ElementRef, private _renderer: Renderer2, private cd: ChangeDetectorRef) {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

非setter和getter的private不需要加_下划线,统一一下编码规范好了

@vthinkxie vthinkxie added this to the 0.7.0 milestone Feb 22, 2018
@cipchk cipchk changed the title wip(module:list): add list component feat(module:list): add list component Feb 28, 2018
@vthinkxie vthinkxie merged commit 9e71deb into NG-ZORRO:0.7.0 Mar 2, 2018
hsuanxyz pushed a commit to hsuanxyz/ng-zorro-antd that referenced this pull request Aug 5, 2020
* wip(module:list): add list component
- add third libs with share.module

* fix lint & clean invalid code

* Use NzUpdateHostClassService Instead of class operation

* update test status

* fix string and template invalid switched

* fix tslint

* fix nz-card
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.

None yet

3 participants