Skip to content

refactor(config): NgConfig#1533

Closed
jkuri wants to merge 1 commit into
angular:masterfrom
jkuri:ng-config
Closed

refactor(config): NgConfig#1533
jkuri wants to merge 1 commit into
angular:masterfrom
jkuri:ng-config

Conversation

@jkuri
Copy link
Copy Markdown
Contributor

@jkuri jkuri commented Aug 3, 2016

New version of NgConfig. Also introduces the global configuration.

Comment thread lib/config/schema.json
"tsconfig": "string",
"mobile": "boolean"
"mobile": "boolean",
"styles": {
Copy link
Copy Markdown
Member

@clydin clydin Aug 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a dictionary object the schema should probably be:

"styles": {
  "type": "object",
  "additionalProperties": {
    "type": "object",
    "properties": {
      "output": {
        "type": "string"
      },
      "autoImported": {
        "type": "boolean"
      }
  }
}

@jkuri jkuri closed this Aug 3, 2016
@jkuri jkuri reopened this Aug 4, 2016
@jkuri jkuri closed this Aug 6, 2016
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants