私はPythonのデコレータに少し問題があります。私はデコレータにfuncとして存続しているように見える最初の呼び出し方の機能、いくつかの理由 def decorated(func):
def call_and_update(*args, **kwargs):
# do some stuff here
output = func(*args, **kwargs)
-aotオプション(ng build -aot)でアプリを構築しようとしています。私はこれが呼び出す必要が ERROR in Error during template compile of 'MyComponent'
Function calls are not supported in decorators but 'classLogger' was called in 'cLog'