Skip to content

Conversation

@arturovt
Copy link
Contributor

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

Angular's declarables (components, pipe and directives) cannot be added to declarations of different modules; declarables always should be shared via some module that "declares" them once but "exports" to other modules. Otherwise, the compiler throws: Type TraceDirective is part of the declarations of 2 modules: AppModule and ButtonModule!

@arturovt arturovt requested a review from kamilogorek as a code owner May 29, 2021 14:50
@kamilogorek
Copy link
Contributor

Thanks, appreciate it!

@kamilogorek kamilogorek merged commit 925c114 into getsentry:master Jun 10, 2021
@arturovt arturovt deleted the fix/trace-directive branch June 10, 2021 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants