Unable to implement material view in the angular 6 getting below error











up vote
0
down vote

favorite












I have just created a page using angular 6 and i want to implement material view for the UI. While implementing i'm getting the below error.



I tried added the material.js lib but no luck




Uncaught Error: Template parse errors:



 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("eld>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 'text'">
[ERROR ->]<mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
</"): ng:///AppModule/ApplicationComponent.html@4:4
'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("<h1>Products List</h1>
<div class="example-container">
[ERROR ->]<mat-form-field>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 't"): ng:///AppModule/ApplicationComponent.html@2:2
at syntaxError (compiler.js:2547)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:19495)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:25041)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:25028)
at compiler.js:24971
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:24971)
at compiler.js:24881
at Object.then (compiler.js:2538)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:24880)










share|improve this question
























  • Possible duplicate of Template parse errors: 'mat-icon' is not a known element
    – Banujan Balendrakumar
    Nov 22 at 17:15










  • I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
    – Steve rogers
    Nov 22 at 17:27












  • Can you share your all codes clearly?
    – Banujan Balendrakumar
    Nov 22 at 17:31















up vote
0
down vote

favorite












I have just created a page using angular 6 and i want to implement material view for the UI. While implementing i'm getting the below error.



I tried added the material.js lib but no luck




Uncaught Error: Template parse errors:



 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("eld>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 'text'">
[ERROR ->]<mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
</"): ng:///AppModule/ApplicationComponent.html@4:4
'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("<h1>Products List</h1>
<div class="example-container">
[ERROR ->]<mat-form-field>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 't"): ng:///AppModule/ApplicationComponent.html@2:2
at syntaxError (compiler.js:2547)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:19495)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:25041)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:25028)
at compiler.js:24971
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:24971)
at compiler.js:24881
at Object.then (compiler.js:2538)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:24880)










share|improve this question
























  • Possible duplicate of Template parse errors: 'mat-icon' is not a known element
    – Banujan Balendrakumar
    Nov 22 at 17:15










  • I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
    – Steve rogers
    Nov 22 at 17:27












  • Can you share your all codes clearly?
    – Banujan Balendrakumar
    Nov 22 at 17:31













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have just created a page using angular 6 and i want to implement material view for the UI. While implementing i'm getting the below error.



I tried added the material.js lib but no luck




Uncaught Error: Template parse errors:



 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("eld>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 'text'">
[ERROR ->]<mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
</"): ng:///AppModule/ApplicationComponent.html@4:4
'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("<h1>Products List</h1>
<div class="example-container">
[ERROR ->]<mat-form-field>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 't"): ng:///AppModule/ApplicationComponent.html@2:2
at syntaxError (compiler.js:2547)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:19495)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:25041)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:25028)
at compiler.js:24971
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:24971)
at compiler.js:24881
at Object.then (compiler.js:2538)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:24880)










share|improve this question















I have just created a page using angular 6 and i want to implement material view for the UI. While implementing i'm getting the below error.



I tried added the material.js lib but no luck




Uncaught Error: Template parse errors:



 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("eld>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 'text'">
[ERROR ->]<mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
</"): ng:///AppModule/ApplicationComponent.html@4:4
'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("<h1>Products List</h1>
<div class="example-container">
[ERROR ->]<mat-form-field>
<input matInput placeholder="Enter your password" [type]="hide ? 'password' : 't"): ng:///AppModule/ApplicationComponent.html@2:2
at syntaxError (compiler.js:2547)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:19495)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:25041)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:25028)
at compiler.js:24971
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:24971)
at compiler.js:24881
at Object.then (compiler.js:2538)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:24880)







javascript android angular angular-ui-router






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 23 at 1:13









georgeawg

32.4k104966




32.4k104966










asked Nov 22 at 17:08









Steve rogers

11




11












  • Possible duplicate of Template parse errors: 'mat-icon' is not a known element
    – Banujan Balendrakumar
    Nov 22 at 17:15










  • I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
    – Steve rogers
    Nov 22 at 17:27












  • Can you share your all codes clearly?
    – Banujan Balendrakumar
    Nov 22 at 17:31


















  • Possible duplicate of Template parse errors: 'mat-icon' is not a known element
    – Banujan Balendrakumar
    Nov 22 at 17:15










  • I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
    – Steve rogers
    Nov 22 at 17:27












  • Can you share your all codes clearly?
    – Banujan Balendrakumar
    Nov 22 at 17:31
















Possible duplicate of Template parse errors: 'mat-icon' is not a known element
– Banujan Balendrakumar
Nov 22 at 17:15




Possible duplicate of Template parse errors: 'mat-icon' is not a known element
– Banujan Balendrakumar
Nov 22 at 17:15












I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
– Steve rogers
Nov 22 at 17:27






I have tried added it but still im getting error. ERROR in src/app/app.module.ts(8,33): error TS2307: Cannot find module '@angular/material/button'. src/app/app.module.ts(10,31): error TS2307: Cannot find module '@angular/material/icon'. I have ran npm install when i created the project.. i have all dependency in my project path
– Steve rogers
Nov 22 at 17:27














Can you share your all codes clearly?
– Banujan Balendrakumar
Nov 22 at 17:31




Can you share your all codes clearly?
– Banujan Balendrakumar
Nov 22 at 17:31












1 Answer
1






active

oldest

votes

















up vote
0
down vote













In angular 6 you don't have to add .js file for using angular material you just have to install it through npm. Try following the angular material getting started guide it should work.






share|improve this answer





















    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',
    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435615%2funable-to-implement-material-view-in-the-angular-6-getting-below-error%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    In angular 6 you don't have to add .js file for using angular material you just have to install it through npm. Try following the angular material getting started guide it should work.






    share|improve this answer

























      up vote
      0
      down vote













      In angular 6 you don't have to add .js file for using angular material you just have to install it through npm. Try following the angular material getting started guide it should work.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        In angular 6 you don't have to add .js file for using angular material you just have to install it through npm. Try following the angular material getting started guide it should work.






        share|improve this answer












        In angular 6 you don't have to add .js file for using angular material you just have to install it through npm. Try following the angular material getting started guide it should work.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 22 at 17:45









        yatharth varshney

        736614




        736614






























            draft saved

            draft discarded




















































            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435615%2funable-to-implement-material-view-in-the-angular-6-getting-below-error%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            What visual should I use to simply compare current year value vs last year in Power BI desktop

            Alexandru Averescu

            Trompette piccolo