腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(66)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
DocuS传:示例代码无法连接到'/
app-shell
'?
当示例代码通过npm start运行时,它将在浏览器窗口中显示一条错误消息: 示例代码似乎不包含名为
app-shell
的文件。
浏览 0
提问于2019-07-15
得票数 0
回答已采纳
18
回答
错误:数据路径".builders['
app-shell
']“应具有必需的属性”“class”“
我在运行我的应用程序时遇到了这个错误。以下是我的申请的详细信息。Node: 10.15.1 @angular-devkit/architect -0.13.3 @angular-devkit/build-optimizer - 0.800.1 @angular-devkit/core -7.3.3 @angular-devkit/schematics -
浏览 2
修改于2020-01-09
得票数 195
17
回答
架构验证失败,出现以下错误:数据路径".builders['
app-shell
']“应具有必需的属性”“class”“
Schema validation failed with the following errors: Data path ".builders['
app-shell
']" should haveError: Schema validation failed with the f
浏览 1
修改于2019-06-18
得票数 133
6
回答
ng g
app-shell
input.mergeMap不是一个函数。
我正在尝试使用最新的角度cli来生成一个组件。我试图生成一个模块,也得到了一个类似的错误。我犯了这个错误TypeError: input.mergeMap is not a function at Object.callRule (C:\Users\dammy\Documents\Visual Studio 2017\Projects\Cars\node_modules\@angular-devkit\schematics\src\rules\call.js:
浏览 15
修改于2017-12-12
得票数 6
回答已采纳
1
回答
数据路径".builders['
app-shell
']“应该需要属性'class‘。2020年最新情况
validation failed with the following errors: 2020-10-13 05:17:31 pm 0 ms output Data path ".builders['
app-shell
浏览 1
修改于2020-10-14
得票数 1
1
回答
npm审核修复--强制导致错误:数据路径".builders['
app-shell
']“应具有必需的属性”class“
现在当我尝试运行Angular应用程序时,它得到了这个错误: Schema validation failed with the following errors: Data path ".builders['
app-shell
浏览 50
修改于2019-06-10
得票数 4
1
回答
错误:模式验证失败,出现以下错误:数据路径".builders['
app-shell
']“应该具有必需的属性'class‘
Schema validation failed with the following errors: Data path ".builders['
app-shell
']" should
浏览 1
修改于2019-08-28
得票数 3
4
回答
离子型问题:[ng]架构验证失败,错误如下:[ng]数据路径“.builders[‘
app-shell
’]”应该需要属性'class‘
我将ionic4更新为ionic5,并尝试运行服务器故障的离子应用程序,并向我显示此错误: 错误ng意外关闭(退出代码1)。 "@angular-devkit/build-angular": "^0
浏览 0
修改于2019-06-08
得票数 32
回答已采纳
1
回答
为什么在执行
app-shell
时出现“未处理的承诺拒绝: IDBIndex未定义”错误?
我可以在没有
app-shell
的情况下为应用程序提供服务,应用程序-shell是使用nx控制台生成到现有项目的。帮我解决这个问题。出现以下错误后会弹出错误。completeCopying 浏览器应用程序包生成资产complete.Index html生成完成 Executing task: npx nx run vimbal:
app-shell
--configuration
浏览 9
提问于2022-02-18
得票数 0
2
回答
Selenium chromedriver无法找到嵌套在类标记中的href标记
我使用的是selenium web驱动程序,我想要捕获或单击这个HTML作为<div class="collapse navbar-collapse style-scope
app-shell
<li class=&qu
浏览 1
修改于2020-09-25
得票数 0
1
回答
在编写Web组件单元测试时,尝试模拟Stenciljs存储(@模具/存储)状态(多次)
例如,考虑一个Web组件
app-shell
import { Component, h, Host } from '@stencil/core'; tag: '
app-shell
', shadow/
app-shell
浏览 5
修改于2020-06-04
得票数 1
1
回答
对于不同的seo友好urls,PWA - Cache和加载相同的appshell。
对于所有这些情况,我们只需要加载一个html文件(
app-shell
)。 转到www.xyz.com/user-1页面,缓存html (
app-shell
)文件。导航到www.xyz.com/user-2页面,从www.xyz.com/user-1的缓存中获得html响应(因为它是同一个
app-shell
)。
浏览 2
提问于2017-06-19
得票数 0
3
回答
Selenim chrome驱动程序无法定位嵌套的<li>标记
id='navbarNav']/following-sibling::ul[1]/li[2]")).click();<a class="sub-nav-link style-scope
app-shell
<li class="nav-item style-scope
app-shell
"> <a class="nav-link p-3 px-4 style-scope
app-
浏览 2
修改于2020-09-26
得票数 3
2
回答
如何用角型App模型保护App
但是,我也希望在应用程序构建之前调用保护检查,而不是注入到
app-shell
中的项目。基本上,我希望在加载任何东西之前都要检查我的警卫,包括
app-shell
。因为我的所有路由都是在每个项目的内部设置的,所以只有在
app-shell
构建之后才会触发保护,在我可以重定向到登录页面(如果触发保护)之前,应用程序会启动更多的部分。我试图做的是在
app-shell
中设置一个通用的路由保护,以便在加载shell之前触发保护。
浏览 6
修改于2022-01-08
得票数 1
1
回答
角通用:如何创建一个应用程序外壳,并只预渲染外壳?
问题 此外,该命令在开发模式下构建应用程序的其余部分。如何触发prod构建呢?
浏览 0
修改于2019-01-07
得票数 3
1
回答
角- Ngrx实体收集服务基-序列化
{ CalendarEvent } from 'angular-calendar'; selector: 'app-root', <
app-shell
class="
app-shell
"> </
app-shell
>}) export class AppCo
浏览 1
修改于2021-08-13
得票数 1
回答已采纳
1
回答
如何在软件预缓存中将默认的Cache优先策略改为网络优先策略?
global.config.offlineRoot + '/manifest.json' dynamicUrlToDependencies: { stripPrefixMulti: { }, navigateFallback: '/
a
浏览 28
提问于2016-09-06
得票数 1
1
回答
Angular App Shell Build在dist文件夹中创建了2个文件夹,这是什么以及如何使用
我的问题是当我运行ng run my-app:
app-shell
-c production命令时。dist文件夹中创建了两个文件夹,一个是浏览器文件夹,另一个是服务器文件夹npm build --prod (对于普通版本)仅创建浏览器文件夹 ng run my-app:
app-shell
浏览 2
修改于2020-03-26
得票数 0
1
回答
如何在Angular应用程序中自定义滚动条
webkit-scrollbar {} //changesapp.component.html: <main> </main>shell.component.html: <
浏览 1
修改于2021-10-25
得票数 0
2
回答
使用XPath作为定位器时不位于角app中的元素
click the Calculators menu button', () => { });当我运行测试时,我会收到以下错误消息: 失败:没有使用locator: By找到任何元素(xpath,/html/body/app-root/
app-shell
浏览 0
修改于2020-07-22
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
点击加载更多
领券