René's URL Explorer Experiment


Title: ERROR in ** is not an NgModule · Issue #4347 · angular/angular-cli · GitHub

Open Graph Title: ERROR in ** is not an NgModule · Issue #4347 · angular/angular-cli

X Title: ERROR in ** is not an NgModule · Issue #4347 · angular/angular-cli

Description: Please provide us with the following information: OS? Windows 7. Versions. angular-cli: 1.0.0-beta.28.3 node: 6.9.2 os: win32 x64 @angular/common: 2.4.2 @angular/compiler: 2.4.2 @angular/core: 2.4.2 @angular/forms: 2.4.2 @angular/http: 2...

Open Graph Description: Please provide us with the following information: OS? Windows 7. Versions. angular-cli: 1.0.0-beta.28.3 node: 6.9.2 os: win32 x64 @angular/common: 2.4.2 @angular/compiler: 2.4.2 @angular/core: 2.4....

X Description: Please provide us with the following information: OS? Windows 7. Versions. angular-cli: 1.0.0-beta.28.3 node: 6.9.2 os: win32 x64 @angular/common: 2.4.2 @angular/compiler: 2.4.2 @angular/core: 2.4....

Opengraph URL: https://github.com/angular/angular-cli/issues/4347

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ERROR in ** is not an NgModule","articleBody":"\u003e Please provide us with the following information:\r\n\u003e ---------------------------------------------------------------\r\n\r\n### OS?\r\n\u003e Windows 7.\r\n\r\n\r\n### Versions.\r\nangular-cli: 1.0.0-beta.28.3\r\nnode: 6.9.2\r\nos: win32 x64\r\n@angular/common: 2.4.2\r\n@angular/compiler: 2.4.2\r\n@angular/core: 2.4.2\r\n@angular/forms: 2.4.2\r\n@angular/http: 2.4.2\r\n@angular/material: 2.0.0-beta.1\r\n@angular/platform-browser: 2.4.2\r\n@angular/platform-browser-dynamic: 2.4.2\r\n@angular/router: 3.4.2\r\n@angular/compiler-cli: 2.4.2\r\n```\r\n\r\n### Repro steps.\r\nI'm trying to create a custom component. I've created a HelloWorld simple component based on the follow example:\r\n[]([https://www.npmjs.com/package/angular-sample-module])\r\n\r\n**It works successfully when using \"angular-cli\": \"1.0.0-beta.21\".** \r\nI don't like using this CLI version due I have problems including css files on angular-cli.json -\u003e styles:[].\r\nAnd also the import:@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';\r\nit is not recognized. \r\nMaybe, these are a matters of another issue. \r\n\r\n**The current one that I'm reporting is using the \"angular-cli\": \"1.0.0-beta.28.3\".** \r\n\r\n\r\n### The log given by the failure.\r\nAfter compiling in terminal appears `\"ERROR in HelloModule is not an  NgModule\"`. I cannot load my app on web browser. \r\n\r\n### Mention any other details that might be useful.\r\nThe dependencies in my package.json are:\r\n```\r\n`  \"dependencies\": {\r\n    \"@angular/common\": \"2.4.2\",\r\n    \"@angular/compiler\": \"2.4.2\",\r\n    \"@angular/core\": \"2.4.2\",\r\n    \"@angular/forms\": \"2.4.2\",\r\n    \"@angular/http\": \"2.4.2\",\r\n    \"@angular/material\": \"^2.0.0-beta.0\",\r\n    \"@angular/platform-browser\": \"2.4.2\",\r\n    \"@angular/platform-browser-dynamic\": \"2.4.2\",\r\n    \"@angular/router\": \"3.4.2\",\r\n    \"@angular2-material/button\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/card\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/checkbox\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/core\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/icon\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/radio\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/slider\": \"^2.0.0-alpha.8-2\",\r\n    \"@angular2-material/tooltip\": \"^2.0.0-alpha.8-2\",\r\n    \"@types/google-maps\": \"3.1.28\",\r\n    \"angular-sample-module\": \"^0.1.2\",\r\n    \"core-js\": \"^2.4.1\",\r\n    \"rxjs\": \"^5.0.1\",\r\n    \"ts-helpers\": \"^1.1.1\",\r\n    \"zone.js\": \"^0.7.2\"\r\n  },\r\n  \"devDependencies\": {\r\n    \"@angular/compiler-cli\": \"2.4.2\",\r\n    \"@types/hammerjs\": \"^2.0.33\",\r\n    \"@types/jasmine\": \"2.5.38\",\r\n    \"@types/jszip\": \"0.0.31\",\r\n    \"@types/node\": \"^6.0.42\",\r\n    \"@types/pako\": \"^0.2.31\",\r\n    \"@types/xml2js\": \"0.0.32\",\r\n    \"angular-cli\": \"1.0.0-beta.28.3\",\r\n    \"angular-ide\": \"^0.9.10\",\r\n    \"codelyzer\": \"~2.0.0-beta.1\",\r\n    \"jasmine-core\": \"2.5.2\",\r\n    \"jasmine-spec-reporter\": \"2.5.0\",\r\n    \"karma\": \"1.2.0\",\r\n    \"karma-chrome-launcher\": \"^2.0.0\",\r\n    \"karma-cli\": \"^1.0.1\",\r\n    \"karma-jasmine\": \"^1.0.2\",\r\n    \"karma-remap-istanbul\": \"^0.2.1\",\r\n    \"protractor\": \"~4.0.13\",\r\n    \"ts-node\": \"1.2.1\",\r\n    \"tslint\": \"^4.0.2\",\r\n    \"typescript\": \"2.0.10\"\r\n  }`\r\n```\r\n\u003e ---------------------------------------------------------------\r\n\u003e Thanks! We'll be in touch soon.\r\n","author":{"url":"https://github.com/Pilukina","@type":"Person","name":"Pilukina"},"datePublished":"2017-02-02T10:35:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/4347/angular-cli/issues/4347"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2f179f31-e505-325c-5ac7-cb0f01809f79
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBA58:2F76D:92A66E0:BDE8796:6976FCB5
html-safe-noncebb7b6c2d712d7abfa6b6b06ed0aeb6cd084257e9cc29a5b752ca1c7db3fe8237
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQTU4OjJGNzZEOjkyQTY2RTA6QkRFODc5Njo2OTc2RkNCNSIsInZpc2l0b3JfaWQiOiI2MzQ3MDExNTU0MDY3MDIwOTgxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacdbab2b9bbaf7d690f6bcf36bcda68efd501ddcd0f5d7527830ddc9aac93cca1f
hovercard-subject-tagissue:204836035
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-cli/4347/issue_layout
twitter:imagehttps://opengraph.githubassets.com/02ccddc47558915f4296f23658f0b944e17fca07c31965322167705ba2679255/angular/angular-cli/issues/4347
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/02ccddc47558915f4296f23658f0b944e17fca07c31965322167705ba2679255/angular/angular-cli/issues/4347
og:image:altPlease provide us with the following information: OS? Windows 7. Versions. angular-cli: 1.0.0-beta.28.3 node: 6.9.2 os: win32 x64 @angular/common: 2.4.2 @angular/compiler: 2.4.2 @angular/core: 2.4....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePilukina
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-cli git https://github.com/angular/angular-cli.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id36891867
octolytics-dimension-repository_nwoangular/angular-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36891867
octolytics-dimension-repository_network_root_nwoangular/angular-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef752335dbbea672610081196a1998e39aec5e14b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angular-cli/issues/4347#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F4347
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F4347
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-cli
Reloadhttps://github.com/angular/angular-cli/issues/4347
Reloadhttps://github.com/angular/angular-cli/issues/4347
Reloadhttps://github.com/angular/angular-cli/issues/4347
angular https://github.com/angular
angular-clihttps://github.com/angular/angular-cli
Notifications https://github.com/login?return_to=%2Fangular%2Fangular-cli
Fork 11.9k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Star 27k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Code https://github.com/angular/angular-cli
Issues 265 https://github.com/angular/angular-cli/issues
Pull requests 30 https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security 1 https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
Code https://github.com/angular/angular-cli
Issues https://github.com/angular/angular-cli/issues
Pull requests https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/4347
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/4347
ERROR in ** is not an NgModulehttps://github.com/angular/angular-cli/issues/4347#top
https://github.com/Pilukina
https://github.com/Pilukina
Pilukinahttps://github.com/Pilukina
on Feb 2, 2017https://github.com/angular/angular-cli/issues/4347#issue-204836035
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.