BioPhoton / BioPhoton/angular-signature-pad

Problem in Angular 6

Open
#2 14 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
53
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Hi, According to instructions, I did these steps

`ng new app.. (angular6)`

`npm install angular-signature-pad --save`

```
import { AngularSignaturePadModule } from 'angular-signature-pad';

@NgModule({
imports: [
...
AngularSignaturePadModule.forRoot()
]
...
})
export class AppModule { }
```
`ng serve
`
but i get this error:

> ERROR in src/app/app.module.ts(5,43): error TS2307: Cannot find module 'angular-signature-pad'.

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the reported setup with `ng new`, `npm install angular-signature-pad --save`, and `ng serve`. Inspect the import and module registration in `src/app/app.module.ts` alongside the package's Angular 6 instructions. Done means the module resolves and the application serves without the TS2307 error.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.