Giter Site home page Giter Site logo

Comments (12)

ZQ-jhon avatar ZQ-jhon commented on May 19, 2024 6

我打算实现一下:

  • 头像设置,
    嘿嘿,比较菜,从简单的开始做吧。

ty!

from today-ng-steps.

tirelyl avatar tirelyl commented on May 19, 2024 4

我想实现一下

  • 隐藏已经完成的项目
  • 标签

这两个功能😀

from today-ng-steps.

wzhudev avatar wzhudev commented on May 19, 2024

@tirelyl Great! Go ahead.

from today-ng-steps.

tirelyl avatar tirelyl commented on May 19, 2024

[] 隐藏已经完成的项目 #4

from today-ng-steps.

wzhudev avatar wzhudev commented on May 19, 2024

This is a good example of how to keep your git message clean and meaningful. #4

from today-ng-steps.

rouyuanfang avatar rouyuanfang commented on May 19, 2024

<input nz-input
placeholder="请输入你喜欢的用户名"
#usernameInput
[(ngModel)]="username">
<button nz-button
[nzType]="'primary'"
(click)="completeSetup()"
[disabled]="!usernameInput.value">
开始

编译报Can't bind to 'ngModel' since it isn't a known property of 'input'
和Can't bind to 'nzType' since it isn't a known property of 'button'的错误。
代码中也引进了FormsModule,请问怎么解决,在线等,急

from today-ng-steps.

sz274071580 avatar sz274071580 commented on May 19, 2024

如何将“主页面“(main.component.html)中的“内容区”(nz-content)显示通过路由过来的内容(this.router.navigateByUrl('/abc'))?
每次通过路由连接后都会将main的页面覆盖掉,能不能将main页面保留,把新的页面只显示在主页面的“内容区域中(nz-content)”

from today-ng-steps.

sz274071580 avatar sz274071580 commented on May 19, 2024

这里的(router-outlet)同时只能显示出一个页面,如何将(router-outlet)摆放在不同位置(多个)而显示不同内容呢?就像iframe一样!
例子中,在main.component.html中存在router-outlet,但当请求路由时,还是输出在app.component.html中的(router-outlet)标签下面,如果请求的路由不能输出在main页面的(nz-content)中,而只能通过覆盖main的方式显示,那么ng-zorro中layout似乎没有什么存在的意义了!如果可以,请给出解决方法!谢了!

from today-ng-steps.

Tonysmark avatar Tonysmark commented on May 19, 2024

求更新!!! Angualr 8 了, cli 命令有些都不一样, 文档内容还可以丰富一下

from today-ng-steps.

wzhudev avatar wzhudev commented on May 19, 2024

@Tonysmark 在做了在做了,参考 #17

from today-ng-steps.

Tonysmark avatar Tonysmark commented on May 19, 2024

from today-ng-steps.

jiale8989 avatar jiale8989 commented on May 19, 2024

我现在的问题:路由跳转后的页面ng-zorro-antd 里面的组建样式没有转换。比如button中
<button nz-button [nzType]="'danger'">danger nzType的样式没有转换。
正常转换后的样式是class="ant-btn ant-btn-primary" ,,,而现在还是nztype="danger" 。

from today-ng-steps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.