angular-5

Error compiling project Angular 5 " is missing from the TypeScript compilation."

When I try to run the angular server to test the project it fails to compile with the following error: ERROR in ./src/app/s ... g.app.json no error in the compilation, but the application it is just loading and does not appear any error in the console!

Angular 7 waiting Service reply to continue

Good Afternoon, folks, I own two methods, how do I wait for a method that is calling an external service to respond to contin ... ter the pick () address responds. Note: I did not want to make the call inside the cepService subscribe.search bycep (cep)

How to receive the CPF number and format to do without the points and dash (input Mask)

I am creating a mask with inputMask, but the CPF is received like this: 222.222.488-19. And I want it to have the mask of No ... public myModel = '' public mask = ['(', /[1-9]/, /\d/, /\d/, ')', ' ', /\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/] }