Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateRangeModule doesn't export DateRangeComponent, DateRangePopupComponent #1657

Closed
GenaANTG opened this issue Jul 10, 2018 · 1 comment
Closed

Comments

@GenaANTG
Copy link

GenaANTG commented Jul 10, 2018

I'm submitting a...

[-] Regression report
[+] Bug report
[-] Documentation issue

Current behavior

I have imported DateRangeModule to my app.module.ts and provide him to @NgModule directive:

import { DateInputsModule, DateRangeModule } from '@progress/kendo-angular-dateinputs';
...
imports: [ 
    ....
    IntlModule,
    ChartsModule,
    InputsModule,
    PopupModule,
    DateInputsModule,
    DateRangeModule,
    ...
],

But DateRangeModule module doesn't export those components:

  • DateRangeComponent
  • DateRangePopupComponent

Here is described about components:
https://www.telerik.com/kendo-angular-ui/components/dateinputs/daterange/directives/

Expected behavior

DateRangeModule should export:

  • DateRangeComponent
  • DateRangePopupComponent
  • and another components described in docs.

Environment

Package versions:

├── @angular/animations@6.0.7
├── @angular/cdk@6.3.2
├── @angular/cli@6.0.8
├── @angular/common@6.0.7
├── @angular/compiler@6.0.7
├── @angular/compiler-cli@6.0.7
├── @angular/core@6.0.7
├── @angular/forms@6.0.7
├── @angular/http@6.0.7
├── @angular/material@6.3.2
├── @angular/platform-browser@6.0.7
├── @angular/platform-browser-dynamic@6.0.7
├── @angular/router@6.0.7
├── @ngtools/webpack@6.0.8
├── @progress/kendo-angular-buttons@4.1.2
├── @progress/kendo-angular-charts@3.2.1
├── @progress/kendo-angular-dateinputs@3.4.2
├── @progress/kendo-angular-dialog@3.6.2
├── @progress/kendo-angular-dropdowns@3.0.2
├── @progress/kendo-angular-inputs@3.1.3
├── @progress/kendo-angular-intl@1.4.1
├── @progress/kendo-angular-l10n@1.2.0
├── @progress/kendo-angular-popup@2.4.1
├── @progress/kendo-drawing@1.5.6
├── @progress/kendo-theme-default@2.54.0
├── @types/angular@1.6.48
├── @types/chart.js@2.7.27
├── @types/core-js@0.9.46
├── @types/jquery@3.3.4
├── @types/node@9.6.23
├── ajv@6.5.2
├── angular-router-loader@0.8.5
├── angular2-template-loader@0.6.2
├── awesome-typescript-loader@3.5.0
├── bluebird@3.5.1
├── body-parser@1.18.3
├── chart.js@2.7.2
├── cldr-data@32.0.1
├── connect-flash@0.1.1
├── connect-redis@3.3.3
├── cookie-parser@1.4.3
├── copy-webpack-plugin@4.5.2
├── core-js@2.5.7
├── cors@2.8.4
├── cross-env@5.2.0
├── css-loader@0.28.11
├── datatables.net@1.10.19
├── datatables.net-dt@1.10.19
├── datatables.net-editor@1.6.5
├── datatables.net-editor-dt@1.6.3
├── datatables.net-fixedheader@3.1.5
├── datatables.net-fixedheader-dt@3.1.5
├── datatables.net-select@1.2.7
├── datatables.net-select-dt@1.2.7
├── express@4.16.3
├── express-session@1.15.6
├── file-loader@1.1.11
├── hammerjs@2.0.8
├── html-loader@0.5.5
├── html-webpack-plugin@3.2.0
├── jquery@3.3.1
├── jquery-form@4.2.2
├── marko@4.11.5
├── moment@2.22.2
├── mongodb@2.2.35
├── morgan@1.9.0
├── node-sass@4.9.1
├── nodemailer@4.6.7
├── passport@0.4.0
├── passport-local@1.0.0
├── raw-loader@0.5.1
├── redis@2.8.0
├── reflect-metadata@0.1.12
├── request@2.87.0
├── request-promise@4.2.2
├── rimraf@2.6.2
├── rxjs@6.2.1
├── rxjs-compat@6.2.1
├── sass-loader@6.0.7
├── serve-favicon@2.5.0
├── speakingurl@14.0.1
├── sweetalert@2.1.0
├── ts-loader@4.4.2
├── tslib@1.9.3
├── tslint@5.10.0
├── typescript@2.7.2
├── typings@2.1.1
├── validator@9.4.1
├── webpack@4.15.1
├── webpack-cli@3.0.8
├── webpack-dev-server@3.1.4
├── xss-filters@1.2.7
└── zone.js@0.8.26

tsconfig.ts

{
    "angularCompilerOptions": {
        "entryModule": "app/app.module#AppModule",
        "genDir": "./ngfactory"
    },
    "compilerOptions": {
        "baseUrl": ".",
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "importHelpers": true,
        "lib": [
            "dom",
            "es2017"
        ],
        "module": "es2015",
        "moduleResolution": "node",
        "noEmitHelpers": true,
        "strict": false,
        "outDir": "lib",
        "rootDir": ".",
        "sourceMap": true,
        "skipLibCheck": true,
        "target": "es5"
    }
}

System:

  • TypeScript version: 2.7.2
  • Node version: 8.11.3
  • Platform: Mac
@GenaANTG GenaANTG changed the title RangeModule doesn't export DateRangeComponent, DateRangePopupComponent DateRangeModule doesn't export DateRangeComponent, DateRangePopupComponent Jul 10, 2018
@GenaANTG
Copy link
Author

GenaANTG commented Jul 10, 2018

screen shot 2018-07-10 at 5 10 46 pm

I'll explain where is the main problem. I can use those components in HTML-template, but i can't import those components from '@progress/kendo-angular-dateinputs'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants