使用angular6无法显示视图

时间:2019-01-05 08:24:24

标签: angular6

enter image description here enter image description here enter image description here

下面是我正在获取的视图,而不是视图中显示的元素。 仅显示标题。 我正在控制台中获取值。

我对角度框架很陌生

2 个答案:

答案 0 :(得分:0)

我认为有问题

Set<String> currencyValues = currencies.getCurrencies().values()
        .stream()
        .map(CurrencyEntity::getNameOfSymbol)
        .collect(Collectors.toSet());

Set<String> requestCurrencyCodes = globalPricingRequests.stream()
        .map(GlobalPricingRequest::getCurrencyISOCode)
        .collect(Collectors.toSet());

应该是

[dataSource]="library_management_system"

答案 1 :(得分:0)

浏览图像中的控制台,您只需使用

{{library._id}} {{library.title}}

代替

{{element.author}}

相关问题