UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

30 lines (29 loc) 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.makeAngularJsonWithAssets = void 0; function makeAngularJsonWithAssets(assets) { return ` { "version": 1, "projects": { "demo": { "root": "", "architect": { "build": { "options": { "main": "test/main.ts", "styles": [ "node_modules/@taiga-ui/core/styles/taiga-ui-fonts.less", "node_modules/@taiga-ui/styles/taiga-ui-global.less", "some.style" ], "assets": [${assets} ] } } } } } }`; } exports.makeAngularJsonWithAssets = makeAngularJsonWithAssets;