Angular 7 - Custom library - build Error during template compile of 'Injectable' The Next CEO of Stack OverflowVisual Studio “Could not copy” … during buildTFS Build fails for Angular 2 application (TypeScript errors), but everything builds fine locallyAngular 2 - zone.js:355 Unhandled Promise rejection: Template parse errors: 'stocks' is not a known element:Angular 4 build error: Error encountered resolving symbol values staticallyInjection Token in Angular for Cesium.jsMigration from RxJS 5 to RxJS 6 in Angular 4.3 projectDynamic Import inside angular 6 libraryAngular 6 library with forRoot and AOT - Function calls are not supported in decoratorsAngular 6/7 Consuming a custom library throws error TS2397: Cannot find module '*'How can I import a feature module from an custom Angular library?
Chain wire methods together in Lightning Web Components
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Would a completely good Muggle be able to use a wand?
Break Away Valves for Launch
Newlines in BSD sed vs gsed
The exact meaning of 'Mom made me a sandwich'
Fit as many overlapping generators as possible
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
unclear about Dynamic Binding
Easy to Read Palindrome Checker
Can MTA send mail via a relay without being told so?
Need help understanding a power circuit (caps and diodes)
Is French Guiana a (hard) EU border?
Should I tutor a student who I know has cheated on their homework?
What did we know about the Kessel run before the prequels?
is it ok to reduce charging current for li ion 18650 battery?
What was the first Unix version to run on a microcomputer?
Is wanting to ask what to write an indication that you need to change your story?
Do I need to write [sic] when a number is less than 10 but isn't written out?
Are police here, aren't itthey?
If the updated MCAS software needs two AOA sensors, doesn't that introduce a new single point of failure?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Flying from Cape Town to England and return to another province
Angular 7 - Custom library - build Error during template compile of 'Injectable'
The Next CEO of Stack OverflowVisual Studio “Could not copy” … during buildTFS Build fails for Angular 2 application (TypeScript errors), but everything builds fine locallyAngular 2 - zone.js:355 Unhandled Promise rejection: Template parse errors: 'stocks' is not a known element:Angular 4 build error: Error encountered resolving symbol values staticallyInjection Token in Angular for Cesium.jsMigration from RxJS 5 to RxJS 6 in Angular 4.3 projectDynamic Import inside angular 6 libraryAngular 6 library with forRoot and AOT - Function calls are not supported in decoratorsAngular 6/7 Consuming a custom library throws error TS2397: Cannot find module '*'How can I import a feature module from an custom Angular library?
I have a Angular 7.1 based custom library project which uses supporting libraries like rxjs 6.4 etc. My TypeScript version is "typescript": "^3.1.6" and I have made sure to modify all the imports and also the other related changes. Still while doing
ng build
or
ng build abccustom-lib
I see this error

So with these 2 errors (in multiple times) I am kind of stuck at this point. Have tried several solutions. I do not want to install rxjs-compat. But I dont think this issue is due to the lack of rxjs-compat.
Any help is appreciated.
typescript build angular7
add a comment |
I have a Angular 7.1 based custom library project which uses supporting libraries like rxjs 6.4 etc. My TypeScript version is "typescript": "^3.1.6" and I have made sure to modify all the imports and also the other related changes. Still while doing
ng build
or
ng build abccustom-lib
I see this error

So with these 2 errors (in multiple times) I am kind of stuck at this point. Have tried several solutions. I do not want to install rxjs-compat. But I dont think this issue is due to the lack of rxjs-compat.
Any help is appreciated.
typescript build angular7
add a comment |
I have a Angular 7.1 based custom library project which uses supporting libraries like rxjs 6.4 etc. My TypeScript version is "typescript": "^3.1.6" and I have made sure to modify all the imports and also the other related changes. Still while doing
ng build
or
ng build abccustom-lib
I see this error

So with these 2 errors (in multiple times) I am kind of stuck at this point. Have tried several solutions. I do not want to install rxjs-compat. But I dont think this issue is due to the lack of rxjs-compat.
Any help is appreciated.
typescript build angular7
I have a Angular 7.1 based custom library project which uses supporting libraries like rxjs 6.4 etc. My TypeScript version is "typescript": "^3.1.6" and I have made sure to modify all the imports and also the other related changes. Still while doing
ng build
or
ng build abccustom-lib
I see this error

So with these 2 errors (in multiple times) I am kind of stuck at this point. Have tried several solutions. I do not want to install rxjs-compat. But I dont think this issue is due to the lack of rxjs-compat.
Any help is appreciated.
typescript build angular7
typescript build angular7
edited Mar 21 at 18:12
user428602
asked Mar 21 at 17:55
user428602user428602
3319
3319
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55286511%2fangular-7-custom-library-build-error-during-template-compile-of-injectable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55286511%2fangular-7-custom-library-build-error-during-template-compile-of-injectable%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown