CopyPastor

Detecting plagiarism made easy.

Score: 0.8103366487860258; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-08-23
by Ayoub kh

Original Post

Original - Posted on 2017-10-28
by Fateh Mohamed



            
Present in both answers; Present only in the new answer; Present only in the old answer;

add this in your module.ts,
declarations: [ AppComponent , VariantComponentDirective ]
if VariantComponentDirective is in another module, you need to export it there thus you can use it outside, add :
exports: [ VariantComponentDirective ]
add this in your module.ts,

declarations: [ AppComponent , ConfirmComponent ] if ConfirmComponent is in another module, you need to export it there thus you can use it outside, add :
exports: [ ConfirmComponent ]

        
Present in both answers; Present only in the new answer; Present only in the old answer;