Giter Club home page Giter Club logo

Comments (7)

dimpu avatar dimpu commented on July 18, 2024 1

my bad it's missing typescript def file. Now I added it. I have created an another pull request for you. It's not showing "Could not resolve angular2-markdown" issue anymore. But I see some other issue in your project.

from ngx-md.

dimpu avatar dimpu commented on July 18, 2024

can you copy and past your package.json here.

Also, Do you have GitHub repo which I can access to see the code?

from ngx-md.

HeinPauwelyn avatar HeinPauwelyn commented on July 18, 2024

Here is my repo on GitHub: https://github.com/HeinPauwelyn/heinpauwelyn.github.io

package.json:

{
  "name": "personal blog",
  "homepage": "https://heinpauwelyn.github.io",
  "version": "0.0.0",
  "license": "MIT",
  "angular-cli": {},
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "test": "ng test",
    "pree2e": "webdriver-manager update --standalone false --gecko false",
    "e2e": "protractor"
  },
  "private": true,
  "dependencies": {
    "@angular/common": "^2.3.1",
    "@angular/compiler": "^2.3.1",
    "@angular/core": "^2.3.1",
    "@angular/forms": "^2.3.1",
    "@angular/http": "^2.3.1",
    "@angular/platform-browser": "^2.3.1",
    "@angular/platform-browser-dynamic": "^2.3.1",
    "@angular/router": "^3.3.1",
    "angular2-markdown": "^1.3.14",
    "core-js": "^2.4.1",
    "ng2-bootstrap": "^1.3.3",
    "rxjs": "^5.0.1",
    "ts-helpers": "^1.1.1",
    "zone.js": "^0.7.2"
  },
  "devDependencies": {
    "@angular/compiler-cli": "^2.3.1",
    "@types/jasmine": "2.5.38",
    "@types/node": "^6.0.42",
    "angular-cli": "1.0.0-beta.28.3",
    "codelyzer": "~2.0.0-beta.1",
    "jasmine-core": "2.5.2",
    "jasmine-spec-reporter": "2.5.0",
    "karma": "1.2.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.0.2",
    "karma-remap-istanbul": "^0.2.1",
    "protractor": "~4.0.13",
    "ts-node": "1.2.1",
    "tslint": "^4.3.0",
    "typescript": "~2.0.3"
  }
}

from ngx-md.

dimpu avatar dimpu commented on July 18, 2024

I see your issue now. You are using 1.3.14 please use the latest version.

the current version is 1.3.18

from ngx-md.

dimpu avatar dimpu commented on July 18, 2024

I have sent a pull request to your please use it. Let me if it fix your issue.

from ngx-md.

HeinPauwelyn avatar HeinPauwelyn commented on July 18, 2024

Sorry but now I've got this error:

ERROR in Error encountered resolving symbol values statically. Could not resolve angular2-markdown relative to C:/***/heinpauwelyn.github.io/src/app/app.module.ts., resolving symbol AppModule in C:/***/heinpauwelyn.github.io/src/app/app.module.ts

ERROR in C:/***/heinpauwelyn.github.io/src/app/app.module.ts: Cannot find module angular2-markdown

from ngx-md.

yueming-Chen avatar yueming-Chen commented on July 18, 2024

@dimpu HI ,I still got the same problem in my project.
that's the version what I use and set in NgModule.

  "angular2-markdown": "^1.6.0",

####ngmodule#####

import { MarkdownModule } from 'angular2-markdown';

@NgModule({
      imports:[MarkdownModule.forRoot(),]
})

from ngx-md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.