当前位置: 首页 > 知识库问答 >
问题:

angular - 如何在Angular项目中使用锚点组件实现水平放置?

贺懿轩
2024-03-14

项目中使用锚点组件,像实现锚点文字水平放置为什么报错呢?<nz-anchor [nzDirection]="'horizontal'">

nzDirection设置为horizontal 启动项目,项目报错:
提示如下:Can't bind to 'nzDirection' since it isn't a known property of 'nz-anchor'.

  1. If 'nz-anchor' is an Angular component and it has 'nzDirection' input, then verify that it is included in the '@Component.imports' of this component.
  2. If 'nz-anchor' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component.

共有1个答案

柯鸿振
2024-03-14
  1. 确认 nz-anchor 组件是否已经导入
  2. 确认当前版本的 nz-anchor 是否支持 nzDirection
 类似资料:
  • 我有一个现有的工作项目。作为最近的一个请求,我需要在我的项目中使用Aws Amplify。我正在努力将Aws amplify添加到我的项目中,因为amplify只有选项amplify CLI来初始化一个全新的Angular项目。是否有人曾经面对过这个问题并有过解决方案,请告诉我。谢谢

  • 我有一个项目不是使用创建的(相反,我遵循了快速入门指南)。当我在项目中运行angular CLI命令(如)时,我会得到以下错误消息: 有什么方法可以把我现有的项目变成angular-cli项目吗?(我想尝试使用它,因为它显然自动解决了桶导入和SystemJS的问题。)

  • 这里的初学者。出于某种原因,在我编码的网站上,未来的按钮在导航栏上没有水平对齐。我正在使用flexbox,但即使如此,它也没有像我希望的那样对齐它们。代码中似乎也没有任何问题。 右侧按钮似乎比左侧按钮低约5px。在这里我完全不知所措,我的代码中似乎没有任何错误导致这种情况。应该修复它的Flexbox标记也不会做任何事情,例如

  • 我尝试使用WSL开发Angular app,将项目放在Dropbox文件夹中。我得到以下错误: 我安装了WSL,上一个LTS Ubuntu版本(2020年3月的18.04 LTS):https://docs.microsoft.com/fr-fr/windows/WSL/install-win10我安装的节点:

  • 我正尝试在中为每一行水平居中所有项目 我尝试了很多东西:作为父级的RelativeLayout,然后使用layout_centerInParent,使用基本的Android:layout_gravity=“center”,尝试添加一些space元素,使用权重和....在 中,但我没有成功:( 我所拥有的 活动中 item_row.xml 我在谷歌上搜索了很多,找到了这个答案,但实际上我不知道如何为